Question:

Getting rid of outline around a href image?

by  |  earlier

0 LIKES UnLike

I have an image that is linked to an external url. After referencing this link, I get an outline around the image. This outline appears in IE and Firefox but not in Safari. How do I get rid of this outline around the image?

I've used div tag where text-decoration = none but it didn't work. Please help

 Tags:

   Report

1 ANSWERS


  1. on the image put border="0" aka <img src="" border="0">

    or if you want to use css

    img {

    border: 0;

    }

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.