65.9K
CodeProject is changing. Read more.
Home

Remove blue border when image is inside the hyperlink

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.97/5 (33 votes)

Oct 5, 2010

CPOL
viewsIcon

115115

Remove any image that is contained within a link will be given large blue border
<style type="text/css">
a img
      {
        border: none;
      }
</style>
Please provide "Vote" if this would be helpful.:rose: Thanks, Imdadhusen