Page 1 of 1

More help plz lol... Validating CSS

Posted: Wed Nov 03, 2004 2:51 am
by Josh
[url=\"http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fjosh.killagraphix.com%2Fmain.css&usermedium=all\"]http://jigsaw.w3.org/css-validator/validat...&usermedium=all[/url]

Take a look there and plz do tell me what I have to do to fix this thing lol- I\'m stumped /cry.gif\' class=\'bbc_emoticon\' alt=\':(\' />

More help plz lol... Validating CSS

Posted: Wed Nov 03, 2004 3:58 am
by Trinity
Go to Line 67, in the #maincontent id:

[code]Font: Arial,Helvetica,sans-serif;[/code]

Change it to this:

[code]font-family: arial, helvetica, sans-serif;[/code]
When using the just the plain "font:" command, you need to keep it in the proper syntax order. Its easier to just use the seperate font-family, font-size etc.

More help plz lol... Validating CSS

Posted: Wed Nov 10, 2004 11:57 pm
by Josh
Thanks trin! (I forgot about this thread I made :$)