More help plz lol... Validating CSS

Get Help With All Aspects of Web Design & Design Software

Moderators: Moderator, Global Moderator

Post Reply
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

More help plz lol... Validating CSS

Post by Josh »

[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=\':(\' />
Last edited by Josh on Fri Dec 03, 2004 3:35 am, edited 1 time in total.
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Trinity
Hero Member
Hero Member
Posts: 808
Joined: Wed May 05, 2004 9:19 am

More help plz lol... Validating CSS

Post 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.
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

More help plz lol... Validating CSS

Post by Josh »

Thanks trin! (I forgot about this thread I made :$)
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “Web Design Principles”