Outline problems for images embedded in a hyperlink
Moderator: General Moderators
Outline problems for images embedded in a hyperlink
I have to embed images in hyperlinks (<a href='www.exampe.com'><img src='picture.jpg' /></a>) and I want to remove the blue outline around the image. I tried with CSS but it only works in Opera in FF and IE it remains.
Code: Select all
<a href='www.exampe.com'><img src='picture.jpg' border=0 /></a>