Search found 1 match

by williams8899
Thu Jul 15, 2010 4:23 pm
Forum: Coding Help / Tips
Topic: About insert link in to images ???
Replies: 10
Views: 11567

Re: About insert link in to images ???

This way you can insert link in to images.
<HTML>
<HEAD>
<TITLE>this is just a test</TITLE>
</HEAD>
<BODY>
<a href="whateverpage.htm"><img src="picturelink.gif" alt="hello" /></a>
</BODY>
</HTML>