On Monday, March 11, 2002, at 01:53 PM, JavaJosh wrote:
> I would like to precompile my HTML files that have style sheets. That
> is, I would like to generate (perhaps on the fly) basic HTML
> markup from
> the CSS. For example, I want to turn:
>
> P.main {font-family : sans-serif; font-size : 1
Hi,
I would like to precompile my HTML files that have style sheets. That
is, I would like to generate (perhaps on the fly) basic HTML markup from
the CSS. For example, I want to turn:
P.main {font-family : sans-serif; font-size : 12pt}
...
This is a paragraph
into
This is a paragraph
I wo