SuperBot* can automatically add text or HTML code to the header of
footer of each web page you download. This feature is often used to
add a watermark, i.e. "This site was copied by Chris on June 29, 2006
at 4:00pm".
However, adding text this way can unintentionally affect the layout of
the page. Technically speaking, the solution is to add our header and
footer to the "HTML body" within the file, and not to the file itself.
To add a header and/or footer to the HTML body:
1) Go to the Start window, and click the "Show Details" button.
2) Select Find and Replace from the menu.
3) Click the Add button.
3) Disable the Case Sensitive option.
4) To add a header, replace the word "<BODY>" with "<BODY> My Custom
Header " (without quotes). To add a footer, replace "</BODY>" with "My
Custom Footer </BODY>".
* Professional Edition only