![]() |
|
Dividing the image page into columns. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Dividing the image page into columns. (/thread-2787.html) |
Dividing the image page into columns. - Pierrot - 2008-05-01 Let me just throw this one out... I'm building an art gallery with Zenphoto using the default theme. At the image.php level I have the image with some thumbnails on the right. I had a lot of trouble with this and got into some messy css... image {float: left; smallthumb {float: right; albumdesc {font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; Now I want to change things up again and have the thumbnails below the image with a biographical sketch on the right. I feel like every successful change I make is a bit like that theory about 1000 monkeys with 1000 typewriters - I basically just try everything until it works. What I'm asking here is whether there is an easier way? Can I somehow divide the page into sections or columns? Any suggestions? Thanks!!! Pierrot Dividing the image page into columns. - gjr - 2008-05-01 yeah - just wrap the sections in divisions and position them just like any web page design. Just do a google search for css layouts. Or for beginners you can use a table.... |