Easy problem

liunx

Guest
This is probably something so stupid that I will beat the crap out of myself for not thinking of it. I have images that are used as links. The links work fine, but they have ugly blue borders around the images. I have set the Alink, link, and vlink to black, but this changes nothing. What am I doing wrong?<br />
Here is a sample of the code for the image link:<br />
<br />
<center><A HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=2" target= "_top" ><img src="Images\webdev.gif" Alt="Grrrrrreat HTML Community Forum."></a></center><br />
<br />
Any help would be great.<!--content-->in the image tag try adding this attribute/value<br />
<br />
border="0" <br />
<br />
Cheers<br />
<br />
Khalid<!--content-->yep that worked, thanks.<!--content-->
 
Back
Top