Customizing Information Console online help : Customizing icons and the company logo : Changing the corporate logo

Changing the corporate logo

The corporate logo is displayed in the content frame based on the image tags in the content pages. Figure 11-3 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 11-6. To change this logo, change the image tag on every content page.

Figure 11-6  Help frames

Changing the corporate logo on the title page

Because this title page is not directly tied to a 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  

(c) Copyright Actuate Corporation 2011