remove border from image in anchor tag

Jak
Jak
Member
858 Points
132 Posts

remove border from image in anchor tag

Views: 9287
Total Answered: 2
Total Marked As Answer: 0
Posted On: 15-Jan-2015 21:57

Share:   fb twitter linkedin
Answers
beginer
beginer
Member
1328 Points
43 Posts
         

try adding following to your CSS

img{ border:0 }
Posted On: 09-Mar-2019 22:36
Priya
Priya
Participant
936 Points
28 Posts
         

You may use the CSS property "outline" and value of  "none" on the anchor element.

a {
   outline: none;
}

Hope that helps.

Posted On: 09-Mar-2019 22:39
 Log In to Chat