[WSG] CSS Validation query

2004-10-13 Thread Jackie Reid
Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings reply... whats going on.. ? Jackie

RE: [WSG] CSS Validation query

2004-10-13 Thread Peter Firminger
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Reid Sent: Wednesday, October 13, 2004 6:13 PM To: [EMAIL PROTECTED] Subject: [WSG] CSS Validation query Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font

Re: [WSG] CSS Validation query

2004-10-13 Thread Nick Gleitzman
On 13 Oct 2004, at 6:13 PM, Jackie Reid wrote: Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings

Re: [WSG] CSS Validation query

2004-10-13 Thread Rick Faaberg
On 10/13/04 1:13 AM Jackie Reid [EMAIL PROTECTED] sent this out: Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings reply... Do a sans-serif or serif as the last specified font.

Re: [WSG] CSS Validation query

2004-10-13 Thread Trovster
Congratulations! Valid CSS!This document validates as CSS! Is what I get when I validate the CSS directly, or through the site!! Dunno what's going on. I quickly checked and you've got a generic font on the 3 font-families. I'd just say it's the validator being stupid. On Wed, 13 Oct 2004

Re: [WSG] CSS Validation query

2004-10-13 Thread Neerav
Jackie http://www.google.com/search?hl=enlr=c2coff=1q=css+generic+font+familybtnG=Search lead to http://www.htmlhelp.com/reference/css/font/font-family.html Neerav Bhatt http://www.bhatt.id.au Web Development IT consultancy http://www.bhatt.id.au/blog/ - Ramblings Thoughts

Re: [WSG] CSS Validation query

2004-10-13 Thread Lennart Fylling
Jackie Reid wrote: Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... sans-serif, serif , monospace , cursive or Fantasy . You put the font

RE: [WSG] CSS Validation query

2004-10-13 Thread Bert
G'day Line : 0 font-family: You are encouraged to offer a generic family as a last alternative Look at the last rule in your CSS where you have Sans Serif instead of the generic sans-serif. Chances are that's what the validator was looking at (Line : 0 obviously doesn't tell us anything).

RE: [WSG] CSS Validation query

2004-10-13 Thread Peter Firminger
Just a heads up, always look for No errors or warnings. You can get the congrats but still have warnings if you scroll down. Jackie's concern was a warning even though it was valid css. P Congratulations! Valid CSS!This document validates as CSS! Is what I get when I validate the CSS

Re: [WSG] CSS Validation query

2004-10-13 Thread Jackie Reid
Thank, thank, thank you everyone...it works now... i must have scoured through that code for hours yesterday... a severe case of not seeing the wood for the trees. All fixed with your help thanks again Jackie ** The discussion list for

Re: [WSG] CSS Validation query

2004-10-13 Thread RMW Web Publishing
it for source coding - honest) has 'mono' in it's pre-set font lists. Users beware (I'll raise the issue with Macromedia). - Original Message - From: "Lennart Fylling" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 6:38 PM Subject: Re: [WSG] CSS