| Posted: 05 Apr 2006 23:43 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Apr 2006 |
|
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 | |
|
Registered User Currently Offline |
Posts: 14 Join Date: Mar 2006 |
|
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 |
|