Thumbnail Graphic

A thumbnail is a small graphic in a Web site that a reader can click on to see a larger version of the same graphic. If using a "more information" page, you can create a thumbnail by assigning a small picture to a product and a larger picture to the product's more information page.

You can also make an active thumbnail using HTML. First, create two sizes of an image that you would like to display. Then, use the following HTML to make the thumbnail:

<a href="images/your.large.image.gif"><img border=0 src="images/your.small.image.gif"></a>

What this is, essentially, is an image that is also a hotlink to a larger image.

Back to Main Help Page | Search | Give Feedback
If you are not finding the help you need, please give detailed feedback.