Actuate Information Console reference : Customizing Information Console online help : Changing help content : Changing existing help content
 
Changing existing help content
You can modify any of the existing HTML pages of the Information Console help for any help topic to change the information they contain. These HTML files contain specific <a> tags used for internal navigation and context-sensitive help. In general these tags must remain unchanged to maintain context-sensitive help and internal navigation functionality. Table 10‑6 lists the tags and their use.
Table 10‑6 Help content reserved tags 
Tag examples
Purpose
<a name="147349">
An anchor for a specific place in a file. This tag is used by internal links and context-sensitive links.
<a href="javascript:WWHClickedPopup('UserConsole', 'iPusing-intro.2.02.html#150156', '');
Internal link. This tag is an internal link to an anchor. In this example:
*UserConsole is the context, a reserved help topic label.
*'iPusing-intro.2.02.html is the file that the link opens.
*#150156 is the text of the anchor tag that the link accesses.