How to...
First, take a picture of your
staff member and using an image
editor, create two versions - a
small "thumbnail" and a larger
picture. Do this for each staff
member.
Then, create a staff page
using the existing
"profile1.htm" page as a
template. Do this for each staff
member.
Now, edit the text on this
page. Place the small thumbnail
on the page and type the name,
position, and email of the staff
member. To create more rows, hit
"tab" in the last row of the
table.
Now, create pop-up links.
First create a hyperlink and
link it as normal to the profile
page. Then, click on the
hyperlink and go into HTML view.
The link code will look like
this: <a href="profile1.htm">
Add this code to the link:
<a href="profile1.htm"
onClick="pop('profile1.htm');
return false;">
Edit the "profile1.htm" with the
url of the profile page.
You will have to do this for
both the thumbnail picture and
the staff name. |