Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Code Banks => Topic started by: vinod on July 22, 2006, 08:12:05 PM

Title: Set an image as a link
Post by: vinod on July 22, 2006, 08:12:05 PM
<html>
<body>
<p>
You can also use an image as a link:
<a href="lastpage.htm">
<img border="0" src="buttonnext.gif" width="65" height="38">
</a>
</p>

</body>
</html>