I just found this excellent bit of code that will put thumbnails on your page and open them in a new window when you click on them. Its not exactly a professional photo album type thing but its easy and good for posting images.
Change the height and width to suit.
<a href="xxxxx.gif" target="_blank">
<img src="xxxxxx.gif" width=100 height=40></a>
examples here
Change the height and width to suit.
<a href="xxxxx.gif" target="_blank">
<img src="xxxxxx.gif" width=100 height=40></a>
examples here
Comment