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. =)
Thursday, September 13, 2007
Subscribe to:
Post Comments (Atom)
1 comment:
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.
Post a Comment