folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
archive centering(back to index)
I can't see to center the archive thumbs, any ideas?
posted by Sean on 28 Aug 05 at 10:43 AM
The simplest way to do this would be to add:
margin-right: auto; 
margin-left: auto;

to the .mainimage class in template_style.css, but this will center the main image as well.

If you would like to center the thumbs but not the main image, duplicate .mainimage as .allthumbs (for instance) and add the above code, then replace the
<div class="mainimage">
in template_archives.php with
<div class="allthumbs">
posted by donald on 30 Aug 05 at 1:10 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)