Click to See Complete Forum and Search --> : Easy problem


Rntaboy
03-13-2003, 04:48 AM
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?
Here is a sample of the code for the image link:

<center><A HREF="http://forums.webdeveloper.com/forumdisplay.php?s=&forumid=2" target= "_top" ><img src="Images\webdev.gif" Alt="Grrrrrreat HTML Community Forum."></a></center>

Any help would be great.

khalidali63
03-13-2003, 05:28 AM
in the image tag try adding this attribute/value

border="0"

Cheers

Khalid

Rntaboy
03-13-2003, 08:42 PM
yep that worked, thanks.