Adding Ant build parameters to specify headers & footers

Use parameters in the ANT build file to specify include a CSS file. If the same style is present in both CSS files, the one in the custom file will override the default, since the custom one is included after the default in the HTML source code.

To add an HTML running header and footer:
  • Add parameters to the ANT build file for the HTML output that specify them.
  • Include some custom HTML in the head area of each page.
Task step.