Re: What do you think ...
Posted: Sun Jun 12, 2005 1:55 pm
I like the design, though I would recommend you to have a look at http://validator.w3.org and try to create valid markup for XHTML. Some things in XHTML are different from HTML, like all inline-tags (br, img, meta, ..) need to be closed with /> --- example:
HTML
XHTML
See the difference? Have a look at all those tags and you will reduce the amount of validation errors. Some browsers might turn your cool layout into a mess when it doesn't validate.
Regards,
Nils
HTML
XHTML
See the difference? Have a look at all those tags and you will reduce the amount of validation errors. Some browsers might turn your cool layout into a mess when it doesn't validate.
Regards,
Nils