View Single Post
(#13 (permalink))
Old
ivi0nk3y's Avatar
ivi0nk3y (Offline)
Calm Like A Bomb
 
Posts: 3,523
Join Date: Jul 2007
Location: Birmingham, England
07-16-2008, 12:39 AM

Quote:
Originally Posted by LittleFallenAngel View Post
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


Truth Hurts

LIFE THREATENING
Lifestyles
A HITMAN, A NUN
Lovers
Reply With Quote