Quote:
Instead of having the numbers at the top i would create a page for the photos and then have the different numbers on that page, do u get what i mean?
Alright, yeah. I think that would be much better too.
Quote:
I am a bit confused with what u mean about the thumbnails.
Well, real thumbnails won't fit on the same page as an 800x600 image--that's why I have tiny little strip thumbnails. Unfortunetly, they look too small to me to be of much use. :/
Quote:
The text on some of your pages, although i find very amusing could drive away other people.
Yeah, good point. I more-or-less just slapped something down so I could see what it would look like, though. I'll..erhm..be more professional when I rewrite it. :cheeky:
Quote:
On all your tags you have used single quotes, yet the rest of your code is in xhtml. For xhtml ALL your tags should be with double quotes.
Huh. I use single quotes a bunch because I generally program as so:
print("<tag param='value'>{$variable}</tag>");
Makes life easier to use single quotes rather than escape double.
My html code at the end is usually pretty ugly, too, for basically the same reason. ^^;
I didn't realize that xhtml required double quotes, though. O.o *checks*
erhm...
http://validator.w3.org/check?uri=ht...0+Transitional
It checks out fine. No errors (sorta).
Quote:
Also you don't appear to have a doctype...
Yeah, I'm usually too lazy to bother with sticking one in there until I'm finished. ^^; I don't think I've ever had any errors in my code when I've validated, though, so there's really no reason to stick it in there until I'm done. Well, except to make sure I don't forget it. :P
Thanks for the help! I still need to figure out how to organize the thumbnails and images, though. :/