Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / CSS3

Remove blue border when image is inside the hyperlink

4.97/5 (33 votes)
5 Oct 2010CPOL 115.1K  
Remove any image that is contained within a link will be given large blue border
XML
<style type="text/css">
a img
      {
        border: none;
      }
</style>


Please provide "Vote" if this would be helpful.:rose:

Thanks,
Imdadhusen

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)