Can the PHP Photo Album script display vertically down the page?
if so how do i do it?
Brian
Can the PHP Photo Album script display vertically down the page?
if so how do i do it?
Brian
It already displays vertically as well as horizontally. The number of thumbnails per 'page' and the how these are arranged is configurable:
Code:var dimension="3x2" //Specify dimension of gallery (number of images shown), such as 4x2, 3x1 etc
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thanks john, that works fine. For any one else looking at this i used
var dimension="1x3" which is 1 column vertically down the page showing 3 pictures.
just what i wanted.
Bookmarks