Re: Specific/generic font-family name clashes

People developing for IE forget that "=" is not allowed in CSS. It needs
to be

body {font-family: "Times New Roman", Arial, sans-serif; font-size: 9pt}

or

body {font-family: 9pt "Times New Roman",Arial,sans-serif}

pdf@bizfon.com wrote:
> 
> No.
> First of all, there are no spaces in any of those font names, so therefore, no
> need to quote any of it.  But if there was...
> 
> body { font-family: "Times New Roman",Arial,sans-serif; font-size=9pt; }
> 
> -Peter

-- 
Jerry Baker

PGP Key:
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD0AEE429

Received on Monday, 11 September 2000 15:37:41 UTC