Linking Thumbnail Images

Using thumbnails to link to larger version of the image can dramatically reduce the load time on your web page, and you'll allow your visitors to view an enlarged picture when they click on the thumbnail. You can link thumbnail images to larger images by using the code:

<a href="URL location of full sized image">
<img src="URL location of thumbnail image"/>
</a>

Just repeat this code multiple times for multiple thumbnail images.


Template Design | Elque 2007