Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<p>This example uses server-side includes (SSIs) which are explained later in this section.</p>

<p>The example code would produce an output similar to the following:</p>

<img class="screenshot" src="http://www.tri-line.com/common/img/documentation/tim_professional/customisation.png" alt="Customisation" />

<p>When creating header and footer files, it is important to remember that the system
constructs the final report from three bits of HTML - the header,
the body, and the footer.  Whilst it is not essential for some web
browsers, you should stick to the HTTP specification where an HTML
page is completely housed in a pair of <HTML><code><HTML>
</HTML>HTML></code> tags.</p>

<p>The system constructs reports in this way to allow maximum flexibility.  For example, the
whole report may be indented by having a <BLOCKQUOTE>
tag in the header and a </BLOCKQUOTE>
tag in the footer.  The resultant report, including the body, will
therefore be indented.</p>