65.9K
CodeProject is changing. Read more.
Home

Remove blue border when image is inside the hyperlink

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.68/5 (12 votes)

Mar 5, 2011

CPOL
viewsIcon

34522

DescriptionY...

Description

Your way is for all images. If you want to remove border for selected images, then you can set the border style to inline for the particular image.

Code

Method 1
<img src="Bob.gif" alt="Codeproject" style="border-style: none;" />
Method 2
<img src="Bob.gif" alt="Codeproject" border="0" />

Browser Compatibility

I have tested this script in the following Web browsers:
  • Internet Explorer
  • Mozilla Firefox
  • Google Chrome
  • Safari
  • Opera

Result

<img src="http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif" style="border-style: none;" title="Image without border">