I'm trying to generate HTML output.

I see that the body element contains this:

<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">

Because I'm doing my styling mainly in css, I don't need these
defaults. I realize that I can probably override this in css, but is
there a db parameter for turning this off in the body element?


I tried enabling 2 parameters,

    <xsl:param name="html.cleanup" select="1"></xsl:param>
    <xsl:param name="make.clean.html" select="1"></xsl:param>


 but this did not seem to have any effect on this. (By the way, is it
all right to use both parameters simultaneously?




-- 
Robert Nagle
12777 Ashford Point Dr #1417
Houston, Texas 77082
713 893 3424
http://www.robertnagle.info

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to