Thumbnails


<<>a href="url of the picture"<>>
<<>img src="same picture url" width="75"<>><<>/a<>>

Or Re-size the full size pic to 75x100

<<>a href= "http://url of full size pic here"<>>
<<>img src= "http://url of thumbnail pic here"<>><<>/a<>>

To put 3 in a row use this code

<<>table border="0" width="400"<>><<>tr<>>
<<>td align="center"<>>
<<>a href= "url of full size picture "<>>
<<>img src= "url of picture "<>><<>/a<>><<>/td<>>
<<>td align="center"<>>
<<>a href= "url of full size picture"<>>
<<>img src= "url of picture"<>><<>/a<>><<>/td<>>
<<>td align="center"<>>
<<>a href= "url of full size picture"<>>
<<>img src= "url of picture"<>><<>/a<>>
<<>/td<>><<>/tr<>><<>/table<>>