I am busy with a gallery-website which shows paintings from a artist. The paintings are divided into years of making...2007,2008,2009 etc.
Most pages have only a few paintings so they wil not cause the layout to grow vertically. But the page for 2009 already has about 20 images while there actually is space for only 8 images.
If there are more images, another row, a scrollbar will appear within the content-DIV that shows the images.
But!
I would like to arrange it in such a way every page with 8 images gets a (easy addable for the enduser) 'see more' link...which takes a visitor to page 2 of 2009 with another 8 images.
All this of course without ruining the menu with all kind of options like: 2009-2, 2009-3 etc. These 'extra' pages are just there on the 2009 page.
So I thought I use the more-tag! Was I right?
...but of course this isn't working...
...is there a solution for this?