Thursday, 2 June 2011

How images can be used as hyperlinks


Its just quite simple to use an image as Hyperlink. To use image as hyperlink just place the <img> tag having the src attribute set to the full name (including path) of the image to be displayed at the position where we write the text to be displayed as “Hot Text”(Hyperlink).
E.g. 
<a href=http://google.com>click image to follow link <img src=”c:/google.gif”> </a>

No comments:

Post a Comment