Click to See Complete Forum and Search --> : Thumbnail gallery - previous page, etc


rizakag
12-16-2002, 09:05 AM
I've been searching for days, so I'm hoping somone will read this and help me out! I've seen this, but I can't find the code. I have several pages of thumbnails, you click on the thumbnails and a full-size image appears. Works great. But I'd like to allow people to navigate from one page to the next, with the current page number highlighted to show what page you're on:

< prev 1 2 3 4 5 next >

The photo gallery page is just one page in my web site. There are several pages of photos, but the gallery is just one navigation page (am I making sense?). I'm trying to explain that the entire website is more than just the photo gallery pages.

Can anyone help me?

:D

Zach Elfers
12-16-2002, 09:08 AM
Make links like this:

< <a href="javascript:history.back(-1);">prev</a> <a href="page1.html">1</a> ... etc.

rizakag
12-16-2002, 12:46 PM
What about "next"??

:confused: