How stop the link of href from being highlighted?

Posted by udaya on Stack Overflow See other posts from Stack Overflow or by udaya
Published on 2010-06-05T06:20:27Z Indexed on 2010/06/05 6:32 UTC
Read the original article Hit count: 179

Filed under:
|

I am setting an anchor tag for an image. It is highlighted and I want to remove the image from being highlighted. How to do this?

This is my anchor tag (some PHP in it):

<a style="outline:none;"  href="<? echo base_url();?>/friends/UploadPhoto"> 
  <img src="<?=$imgp ?>" name="b1" width="90" height="80" border="0"/>
</a>

© Stack Overflow or respective owner

Related posts about html

Related posts about css