In the transformation scenario, you can use the args.hdr and
args.ftr parameters to point to resources that contain your custom HTML
<div> blocks. These are included in the header and footer of each
generated topic.
As a practical example, to hide the horizontal separator line between the content and footer,
follow these steps:
Create a custom CSS file that contains the following snippet:
For a DITA transformation, 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.
For a DocBook transformation, set the
html.stylesheet parameter to the path of your custom CSS file.