How to remove the border from around a link image

You can remove the border from around a link image by using border = 0 in the img tag

i.e. 

<a href="link.html"><img src="image.gif" border="0"></a>

There is a good example at http://www.htmlcodetutorial.com/images/images_famsupp_216.html