Blue Lines around image - links.

Soldato
Joined
10 Feb 2004
Posts
5,116
Location
Crewe, UK
Hey Guys,

I have noticed that when I set an image on a page as a link, it places a blue square around the image.

It does this in the browser Flock, but not in Safari.

Can I stop this? it looks really amateur.

Thanks in advance, guys.

Rich
 
If you don't want it to appear on any images place the following in your CSS.

Code:
img {
  border: 0px;
}
 
Last edited:
Back
Top Bottom