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
css doesn't work anymore(back to index)
I created my own folderblog layout and now the css settings aren't "used" anymore. As you can see, the font size for instance is too large.

How can I change this?
posted by TalX on 11 Jul 05 at 11:52 AM
The CSS is not really the problem, you're templates are programmed somewhat quirky. Have a look at the W3C Validator-Output and try to eliminate the errors.

http://validator.w3.org/check?verbose=1&uri=http%3A//www.talx .nl/photos/fb.php

I think you're <tables> are wrong nested, but for the moment you can try adding these lines to the css-file:

td {
font-size: 10px;
}

(or maybe 11px.) table data-fields need there own font-size definition.
posted by jowra on 11 Jul 05 at 12:21 PM
Thanks! I should have known ;-)
posted by TalX on 11 Jul 05 at 2:06 PM
Post a Reply:

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