Hey, thanks for the help. I had both a div and a p with the same class name, and I guess the div class was overriding the p class. Stupid. Oh, and thanks for the heads up on the extra semicolon. Thanks, Bruce In a message dated 12/1/2011 6:53:32 P.M. Eastern Standard Time, [email protected] writes:
2011-12-02 1:44, Tom Livingston wrote: >> There are several markup errors on the page (as reported by http://validator.w3.org), and while some of them are essential, I don't think they affect font issues. And there is one CSS syntax error (as reported by http://jigsaw.w3.org/css-validator/): line 280 has >> margin:10px 0px 0px; 0px; >> where the first semicolon ";" should be a comma ",". But this doesn't affect fonts. > > Ive never seen a margin spec such as: margin: 10px 0px 0px, 0px; as suggested. Sorry, I wasn't thinking; should be space " " of course. And we will remain ignorant of what the real problem was... Yucca ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
