> Site is dynamic, and there would be far too much > overhead to parse all the content and append a style to any numbers
Is the site run from a CMS? One could parse the content going into the CSS with regular expressions and wrap the numbers with Span tags. Of course, to prevent things getting messed up, you'd also want to strip that information coming back into the editor. > Is there any way to use pure CSS to give font-family:Georgia; > to everything except numbers? There's likely a javascript solution. But it's way overkill just to please a silly request for the boss. I'd say your best solution is to just install a custom version of Georgia on your boss's computer with numbers they like. ;o) -Darrel ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
