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, follow these steps:
- Add the following CSS code in a custom CSS
stylesheet:
.navparent, .navprev, .navnext { visibility:hidden; }
- Edit the WebHelp transformation
scenario and open the Parameters tab.
- For a DITA transformation, set the
args.css
parameter to the path of your custom CSS file. Also, set theargs.copycss
parameter toyes
to automatically copy your custom CSS in the output folder when the transformation scenario is processed. - For a DocBook transformation, set the
html.stylesheet
parameter to the path of your custom CSS file.
- For a DITA transformation, set the
- Run the transformation scenario.