Thumbnails:A thumbnail is a small graphic in a web site that a reader can click on and then see a larger version of the same graphic. By using a "more info" page, you can create a thumbnail by assigning a small picture to a product and a larger picture to the product's more info 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.

This information is believed, but not guaranteed to be accurate, and is subject to change without notice.
Portions Copyright © 1997 - 2001, Secure Solutions Inc.
Portions Copyright © 1997, ICentral, Inc..
All rights reserved.
ICentral and ShopSite are trademarks of ICentral, Inc.
Other trademarks are owned by the respective company or Secure Solutions Inc..