[url=\"http://jigsaw.w3.org/css-validator/vali ... medium=all\"]http://jigsaw.w3.org/css-validator/vali ... medium=all[/url]
Take a look there and plz do tell me what I have to do to fix this thing lol- I\'m stumped <img src=\'http://www.killanet.net/forum3/public/s ... #>/cry.gif\' class=\'bbc_emoticon\' alt=\':(\' />
More help plz lol... Validating CSS
Moderators: Moderator, Global Moderator
More help plz lol... Validating CSS
Last edited by Josh on Fri Dec 03, 2004 3:35 am, edited 1 time in total.
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]
More help plz lol... Validating CSS
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.
[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
Thanks trin! (I forgot about this thread I made :$)
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

