View Full Version : How do i make thumbnails


bjmprime
03-30-2003, 04:25 AM
HOW?

zangerbanger
03-30-2003, 04:29 AM
Thumbnails are really easy to make:

<a href="IMAGE URL"><img src="IMAGE URL" width="#" height="#" border="0"></a>

replace the #'s with a number. 50 is my favourite number when it comes to thumbnails, but you can pick any number.

Hope it helps!

Dude128
03-30-2003, 04:33 AM
it's better to shrink the image or cut out a piece of it using a graphics program and then save it as a seperate file, because when you justy adjust the width and height on the page, the whole large image still has to be loaded. this way, you have a smaller file to load.

Alcy
03-30-2003, 04:46 AM
There's an online thumbnail generator here (http://www.jpegwizard.com/thumbn/thumbn.asp).