Thursday, September 13, 2007

HTML for Thumbnails

Can anyone help me with html for thumbnails?

I am trying to figure it out but it's tough. I am trying to use it to make my charts smaller in my post but allow viewers to click on the image and enlarge it in a seperate window.

I figured out how to get the link to finally open in a new window but I don't understand how to get the image to enlarge and still be a good picture.

I hope I am making sense. =)

1 comment:

Anonymous said...

If you want the image to be resized on the page just add height and width attributes to the img tag:

<img src=chart.gif width=200px height=200px>

If you want a "smaller" image (smaller file size for faster page loading), you need to create a small thumbnail version of the image.