Paul Jr
11-07-2003, 02:55 AM
I went here http://jigsaw.w3.org/css-validator/validator-uri.html to get my CSS Style Sheet validated. Well, it's valid, but I got three warnings:
Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
Line : 0 property overflow-y does not exist for this profile, but is validated conforming to another profile
Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
Now, I don't really understand the whole "generic family" thing, and which font I'm supposed to offer.
I have <h2> set to MS Serif, and the content, <p>, to Georgia, italicized.
property overflow-y does not exist for this profile
What else am I supposed to use? This is a crucial peice of code in my layout. If there is ABSOLUTELY no other way around this, I think I can change, but only as a LAST alternative.
Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
Line : 0 property overflow-y does not exist for this profile, but is validated conforming to another profile
Line : 0 font-family: You are encouraged to offer a generic family as a last alternative
Now, I don't really understand the whole "generic family" thing, and which font I'm supposed to offer.
I have <h2> set to MS Serif, and the content, <p>, to Georgia, italicized.
property overflow-y does not exist for this profile
What else am I supposed to use? This is a crucial peice of code in my layout. If there is ABSOLUTELY no other way around this, I think I can change, but only as a LAST alternative.