Click to See Complete Forum and Search --> : Transparent Link Boxes


Guitar_dude23
02-15-2004, 04:28 PM
Hello again

How would I make the box around a link be transparent instead of a color like blue (link) and purple (after being used)???

pyro
02-15-2004, 05:03 PM
I'm assuming this is probably for an image? If so, add this to your CSS:

img {
border: 0;
}

random
02-25-2004, 09:45 AM
<a href="linkl.html"><img src="image.jpg" border="0"></a>