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

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 Information Console'' help topic, the document root is the <context root>\help\using-ip 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 Information Console'' documentation is iPusing-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  

(c) Copyright Actuate Corporation 2011