Quote:
Originally Posted by LittleFallenAngel
ummmm
I got version:
7.0
or something
o_o
|
Ok, that's the latest one. I think its the same for IE7, that it will give you more errors if you don't use XHTML Strict markup/code.
To reduce errors you need to get rid of scrollbar attributes in your code since this isn't supported by Xhtml. The CSS needs to be in a different file as well and then applied to the webpage. Also, you need to set a doctype, regardless of browser version. Something like <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> at the top of your page, will do.
Those are the errors I see at the moment anyway lol.
Did you put your code in the Validator?
The W3C Markup Validation Service