Page 1 of 1

Re: What do you think ...

Posted: Sun Jun 12, 2005 1:55 pm
by nils73
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

Re: What do you think ...

Posted: Mon Jun 13, 2005 3:14 pm
by Alex_Leipzig
Dobre! ;-)