»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> DocBook Environment (eDE) / Installation and Configuration / how to remove This document was created using the >e-novative> DocBook Environment (eDE)
Posted:  05 Apr 2006 23:43
Hi,

is it possible to remove "This document was created using the >e-novative> DocBook Environment (eDE) " that is appeding on every page created using eDe.

Thanks for your time
Ravi
Posted:  06 Apr 2006 01:52
Ravi,

Try something like

Code:


<!-- Change custom header and footer as originally specified in e-novative.xsl -->

<xsl:template name="user.header.content">
<div id="customheader">
<a href="http://yoururl.com/" style="color: #fff; font-weight: bold;">Your Company</a>
</div>
</xsl:template>

<xsl:template name="user.footer.content">
<div id="customfooter">
<a href="http://yoururl.com/" style="color: #fff; font-weight: bold;">Your Company</a>
</div>
</xsl:template>


in /docbook/stylesheet/custom.xsl

Does that help?

Bill