I'm having trouble with validation of my CSS. I really can't figure out what's causing it - I'm validating via URI, and I don't see any obvious errors...
Validate my CSS via URI (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.virax.net">http://jigsaw.w3.org/css-validator/vali ... .virax.net</a><!-- m -->)
Anyhow, this is the error:
Line: 111
Parse error - Unrecognized: .404 { font-family: trebuchet ms, arial, serif; font-size: 9pt; color: black; font-weight: bold; }Font names with more than one word in them need to be surrounded with double quotes.I fixed that, and the error still occurs.Originally posted by Virax
I fixed that, and the error still occurs. No error or warning found
Congratulations!Yeah, a friend let me know what it was. Apparently a class has to begin with a letter, so I changed that. ;pOriginally posted by Virax
Yeah, a friend let me know what it was. Apparently a class has to begin with a letter, so I changed that. ;p
That was my first guess until I saw the font name.
Validate my CSS via URI (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.virax.net">http://jigsaw.w3.org/css-validator/vali ... .virax.net</a><!-- m -->)
Anyhow, this is the error:
Line: 111
Parse error - Unrecognized: .404 { font-family: trebuchet ms, arial, serif; font-size: 9pt; color: black; font-weight: bold; }Font names with more than one word in them need to be surrounded with double quotes.I fixed that, and the error still occurs.Originally posted by Virax
I fixed that, and the error still occurs. No error or warning found
Congratulations!Yeah, a friend let me know what it was. Apparently a class has to begin with a letter, so I changed that. ;pOriginally posted by Virax
Yeah, a friend let me know what it was. Apparently a class has to begin with a letter, so I changed that. ;p
That was my first guess until I saw the font name.