Thumbnails

Large graphics take longer to load. Using thumbnail-sized graphics is a way to let viewers decide whether they want to look at a graphic without burdening them with long load times. To use a thumbnail graphic, simply anchor a link to the big graphic using the thumbnail graphic as the link text.

HTML

<a href="ob6a.jpg"><img src="ob6a_sm.jpg" 
    height="50" width="75"></a>

How It Displays

If you do not like the blue border around the thumbnail graphic, add a BORDER=0 attribute to the IMG tag.

HTML

<a href="ob6a.jpg"><img src="ob6a_sm.jpg" border="0"
    height="50" width="75"></a>

How It Displays