Changing the corporate logo
The corporate logo is displayed in the content frame based on the image tags in the content pages. Figure 10-2 shows the title page for the help system. This page contains a large logo image. Individual content pages contain a small logo in the footer, as shown in Figure 10-5. To change this logo, change the image tag on every content page.
Changing the corporate logo on the title page
Because this title page is not directly tied to any one document, the title page does not reside in an individual document root. The path of the title page, default.htm, is:
<context root>\help\wwhelp\wwhimpl\common\html\default.htm
Changing the image tag for the logo in this file changes the logo on the title page.
How to change the logo on the title page
Use the following procedure to change the company logo that is displayed on the help title page in the content frame.
1  
2  
3  
<!-- Table for floating ActuAteLogo -->
<Table Cols="1" Border="0" cellpadding="0" cellspacing="0" height="80%" width="100%">
  <tr>
  <td height="300" valign="bottom" >
  <P align="right">
  <IMG Alt="Actuate Corporation" src="../../../images/actuate_logo.gif"><br />
  <br />
  </P>
  </td>
  </tr>
</Table>
4  
5  
6  

Additional Links:

Copyright Actuate Corporation 2012