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:
-
Create a custom CSS file and add the following CSS code:
.navparent, .navprev, .navnext {
visibility:hidden;
}
-
Edit the WebHelp transformation scenario and open the
Parameters tab.
-
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.
-
Run the WebHelp transformation scenario to generate the output.