PDA

View Full Version : Annoying border around linked img...



tgil
September 11th, 2007, 01:24 PM
Why is it when I add a link to an image I get an ugly border around it? How do I get rid of that?

I'm building a site and I'm using images for the main navigation bar. When I link each section
I get a border around an image.

It seems fine in safary, but you'll see it in Firefox and IE.
I want to get rid of that border, any ideas will be greatly appreciated.:azn:

Thanks in advanced.

tgil
September 11th, 2007, 01:40 PM
Sorry everyone, this is a repost ;( I see a few threads regarding this already. I'll see if I can find the answer there.

thats all folks
September 11th, 2007, 01:43 PM
Try
css:
img { border: 0 none; }

tgil
September 11th, 2007, 02:57 PM
Yup, that worked perfect. Thanks!!