PDA

View Full Version : Validating



Rob
31-12-2005, 03:58 PM
Hi,
Nets Re-coded this for me and it was fine. The only problem was i edited it all using frontpage, and now it's fine on internet explorer. But isn't too good on firefox. I've got it down to only 8 errors but I think it's something to do with css. Can anybody sort it out?
Website www.nitrox-designs.sygon-hosting.com/index2.htm
css file www.nitrox-designs.sygon-hosting.com/l.css
Here are the errors it has http://validator.w3.org/check?uri=http%3A%2F%2Fwww.nitrox-designs.sygon-hosting.com%2Findex2.htm&charset=%28detect+automatically%29&doctype=Inline&ss=1

Many Thanks, Rob

Splinter
31-12-2005, 04:05 PM
Its mainly because you are using the <font> tag which dosent work in xhtml as xhtml relies on css..

Rob
31-12-2005, 04:06 PM
i figured that out. Could anybody tell me what to replace it with? I have no knowledge of xhtml or css really.

Anderman
31-12-2005, 04:08 PM
Theres a lovely tut here - http://www.echoecho.com/csstext.htm

Splinter
31-12-2005, 04:08 PM
body {
font-family: verdana;
font-size: 10px;
color: 000000;
}

Rob
31-12-2005, 04:09 PM
Thanks, I'll take a look at it.
Where abouts in the css file would that go?

Anderman
31-12-2005, 04:12 PM
If your using div tags
div#*** {all other css; font-family:verdana; all other css }

Want to hide these adverts? Register an account for free!