RSS Links

 

Here are all of the RSS links for sections of this site

VB.NET/ASP.NET
 Java
 Unix/Linux
 Windows
 SQL Server

Home arrow VB.NET/ASP.NET arrow How to remove the border from around a link image
How to remove the border from around a link image PDF Print E-mail
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 )
 
< Prev   Next >
 
Designed by Graham Robinson Software