- From: David Perrell <davidp@earthlink.net>
- Date: Fri, 1 Aug 1997 13:06:02 -0700
- To: <www-style@w3.org>, "Sho Kuwamoto" <skuwamoto@macromedia.com>
Sho Kuwamoto wrote: > <STYLE> > .fancy { font: 16pt/18pt Garamond, Times, serif } > font { disabled: true } > </STYLE> > > <H1 class="fancy"><font yadda yadda>Some stuff here</font></H1> Why is this necessary? Consider that this: <STYLE> .fancy { font: 16pt/18pt Garamond, Times, serif } </STYLE> <H1><font class="fancy" yadda yadda>Some stuff here</font></H1> has the same effect. There is no need to change CSS, just stop considering FONT to be anything more than a form of SPAN. David Perrell
Received on Friday, 1 August 1997 16:06:35 UTC