|
How to remove the border from around a link image |
|
|
|
|
Thursday, 22 January 2009 |
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
|
|
Last Updated ( Thursday, 22 January 2009 )
|