Log In · Register

 
Stupid validator., No idea what they're talking about.
schizo
post Aug 14 2009, 10:11 PM
Post #1


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



I went to validate the CSS for the layout commission I'm doing, and it passed, but I have all these warnings. I'd fix them if I had a clue about what they're talking about.

blah

Any idea? I'm not too concerned with them since he should just be happy it's validated, but I'm curious.
 
 
Start new topic
Replies (1 - 3)
Maccabee
post Aug 14 2009, 11:10 PM
Post #2


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



All the ones talking about whitespace are concerning the face that there are many unnecessary spaces.
height : 59px;
Instead of
height:59px;
And it is saying that anytime floating is involve the little css declaration needs to have a width.
.sIFR-replaced div.sIFR-fixfocus {
margin : 0;
padding : 0;
overflow : auto;
letter-spacing : 0;
float : none;
}
That has no width declared.

And I think the color thing is concerning the fact that you have css for h3 a few times and in two of the css sections you gave h3 the color #ffffff, but you did it twice.

These are really nothing to worry about. I always get little problems. Random things like telling me that my <br> should be </ br>. I have never done it like that before though. But I should start.
 
allvanishing
post Aug 18 2009, 11:03 AM
Post #3


simple and clean...
****

Group: Official Designer
Posts: 149
Joined: Nov 2006
Member No: 478,009



For
QUOTE
Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space.

is for the font. Instead of
QUOTE
font:20px century gothic;

Do this
QUOTE
font: normal 20px "Century Gothic";

If the font name has spaces in it.
 
schizo
post Aug 18 2009, 12:00 PM
Post #4


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



Ahh, thank you!

Closed and moved to resolved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: