Removing the Previous/Next links from WebHelp Classic output

The Previous and Next links that are created at the top area of each WebHelp Classic page can be hidden with a CSS code.

To remove these links from WebHelp Classic output and use a transformation scenario, follow this procedure:

  1. Create a custom CSS file and add the following CSS code:
    .navparent, .navprev, .navnext {
    						visibility:hidden;
    						}
  2. Edit the WebHelp transformation scenario and open the Parameters tab.
  3. Set the args.css parameter to the path of your custom CSS file. Also, set the args.copycss parameter to yes to automatically copy your custom CSS in the output folder when the transformation scenario is processed.
  4. Run the WebHelp transformation scenario to generate the output.