Show or hide the Home, Previous, & Next icons - On Premises: 6.4

Publishing

The home icon takes the user directly to your home page from any page in the Web Help file. The Previous and Next icons display the topics in the contents that are immediately before or after the current topic.

Next Previous

1

Home

2

Previous page

3

Next page

To show or hide the home icon:

  1. Open the index.htm in Notepad and locate the configuration section.

    <!-- The configuration section to show/hide icons and use values from Author-it variables -->

  2. Locate the code for the Expand All and Collapse All icons.
    • To show the icon change the value to "true".
    • To hide the icon change the value to "false".

      <!-- Home icon -->

      <input id="homeIcon" type="hidden" value="true" />

  3. Save the changes to the index.htm file.

To show or hide the previous topic and next topic icons:

  1. Open the index.htm in Notepad and locate the configuration section.

    <!-- The configuration section to show/hide icons and use values from Author-it variables -->

  2. Locate the code for the Expand All and Collapse All icons.
    • To show the icons change the value to "true".
    • To hide the icons change the value to "false".

      <!-- Tree navigation arrows -->

      <input id="treeNavigationArrows" type="hidden" value="true" />

  3. Save the changes to the index.htm file.