Re: what the heck!

From: Ed
Date: 22 Mar 2004
Time: 21:18:40
Remote Name: 61.6.153.89

Comments

GMD, Try this. open your html file with notepad. look for a place where it says <img src="filename.gif">, this is where your image is displayed. in html terms. Before the tag, add this: <a href="filename.html"> where filename.html is another file located in the same directory. And after the tag, add this: </a> If you use frontpage or ms words, right click the picture(button), and select "hyperlink" (or something like that), then link it to the file you want to.