View Full Version : Linking images


PTBDrummer
05-20-2003, 07:20 PM
On my menu why wont the links be designated as images? I entered<a href="band.html" target="top">Band</a> and then I chose the image I made to be the link, and all it is showing is text "Band" linked
See for yourself:
help me, pleasePoint The Blame (http://www.geocities.com/pointtheblamemusic/main.html)

amicus
05-20-2003, 07:53 PM
try this one:

<a href="band.html" target="top"><img src="band2.jpg" width="56" height="40" border="0"></a>

PTBDrummer
05-20-2003, 08:29 PM
Thanks, that solved it. But why is it that I have two menus? That problem occured before you gave me the new code.