How to get rid of box around linked image
Posted
by Earlz
on Stack Overflow
See other posts from Stack Overflow
or by Earlz
Published on 2010-03-17T23:14:39Z
Indexed on
2010/03/17
23:21 UTC
Read the original article
Hit count: 236
Hello, I know I've solved this problem before, but I can't remember or find the solution, so here I am...
In Firefox 3.5 this code causes an undesirable blue border around the image. How do I get rid of this blue border?
<a style="text-decoration: none;" href="index.html">
<img src="http://www.google.com/logos/stpatricksday10-hp.gif" />
</a>
© Stack Overflow or respective owner