- From: Jerry Baker <jerrybaker@weirdness.com>
- Date: Mon, 11 Sep 2000 13:37:31 -0600
- To: pdf@bizfon.com
- CC: www-style@w3.org
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