Re: Is this an MSIE bug?

   .Normal { text-align: left; font-family: "Times New Roman"; font-size:
   12pt; }

a. is there _really_ a period before the "Normal" ?
b. did that 12pt get folded by the email or is that how you have it in
   the file?

   The text in the above example ends up in 12pt TNR.  Shouldn't the <FONT>
   tag override the values set by the CLASS attribute.

I don't think HTML or CSS1 specifies behaviour at this level, it's up
to the browser to decide what they want to implement. My guess would
be that specific markup in the document should override general styles
in the header.

   <P STYLE="text-align: left; font-family: \"Times New Roman\"; font-size:
   12pt;">

Except that it's now invalid HTML. Won't MSIE accept single-quotes
around the font name? Or better, use single quotes round the whole
STYLE value and then you can take away the escapes.

///Peter

Received on Thursday, 31 October 1996 18:47:36 UTC