Do they work? You will have to try and find out!
This opens the picture in a "fresh" browser window)
Code:
<a href="imagefilename.jpg"><img src="imagefilename.jpg" height="100" width="100"></a>
there are many other ways to accomplish this as well.
code:
Code:
<a href="large.jpg" target="_blank"><img src="thumb.jpg"></a>
Thumbnails can be whatever size you want. normally 100 pixels square and uses 2 images a large and thumb
Hi, this simple one line script changes the image size and source on your thumbnail
picture without reloading the page or using popups, just paste this code into the BODY section of your HTML document:
Code:
<img src="yourimage.jpg" width="150" height="200" onclick="this.src='yourimage.jpg';this.height=400;this.width=300" ondblclick="this.src='yourimage.jpg';this.height=200;this.width=150">
HINT!!
http://www.google.com search
Code:
html click image to enlarge