Thanks, I *really* appreciate the bugfixes!
I'll try to figure out what's going wrong with the strict doctype... Do you know offhand whether strict supports display: inline; ?
If not, that'd explain it. I use multiple <div>'s on the same line and show them inline, with a combined width of [nearly] 100%. (I.E. The photos are displayed in a row of 5 inline <div>'s with a width of 19% to make them look like a table...)
Something with that concept doesn't work with strict checking. (You may notice I don't use strict PERL checking in album.pl either - always wanted too, but it seems like too much work!

)