Changing the logo in the help content pages
The footers in the content pages display the Actuate corporate logo by default. To change the corporate logo displayed on a content page, you alter the HTML markup to use a different logo. Actuate uses the corporate logo as a link to the Actuate corporate web application. You can change this link so that the image is a link to your corporate web application.
How to change the corporate logo on a help content page
Use the following procedure to alter the corporate logo and corporate web application link in a content page.
1  
Copy your corporate logo image file into the <document root>\images directory for the help topic content you wish to change. For example, to change the logo in the Using Actuate BIRT Java Components help topic, the document root is the <context root>\help\using-dk directory.
2  
In a text editor, open the first content page file in the document root that you wish to update. For example, the first content page in the Using Actuate BIRT Java Components documentation is DKusing-intro.2.01.html.
3  
<table align="right" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td align="right" width="95%" >
    <span style="font-size: 10px ;font-family: Arial,
    Helvetica, sans-serif">
    <a href="http://www.actuate.com">
    <img src="images/actuate_logo_sm.gif" width="115"   
    height="22" border="0" alt="Actuate Corporation" /></a>
    <!--
    <a href="mailto:info@actuate.com">info@actuate.com</a>
    -->
    </span>
  </td>
  <td width="5%" />
</tr>
</table>
4  
5  
6  
7  
8  
9  

Additional Links:

Copyright Actuate Corporation 2012