View Full Version : thumbnail help


slider
04-21-2003, 03:57 PM
i use fp for my website, i have created thumbnail images that open full view when clicked on, is there a way to add a back link or button so that once the picture is opened it allow the viewer to go back to the thumbnails? thanks

Shaneo
04-21-2003, 04:47 PM
<a href="javascript:history.go(-1)">back</a>

That help :D?

apples
04-21-2003, 05:18 PM
You might just have to make the image pop up. That way they can look at the image and not have to worry about clicking back. Her's the code:

<a href="image.gif" target="_blank"><IMG SRC="picture.gif"></a>