<!-- The following two lines must be customized, specifying your --> <!-- particular breadcrumb file, and the crumbs you would like to --> <!-- use. Additionally, make sure you breadcrumb.inc file exists. --> <!--chtml include "//mydirectory/breadcrumb.inc"--> <!--chtml call crumbs(c1; c2)--> <html> <head> <title>Page Title Goes Here</title> <link rel="stylesheet" href="/home/home.css" type="text/css"> </head> <!-- Do not specify body background; it is specified in the stylesheet. --> <body> <!--You should specify the appropriate header file in the line below. --> <!--chtml include "//home/incs/emheader.inc"--> <h1>Page Title Goes Here (h1)</h1> <!--Optional way to format page Table of Contents using left-side column. --> <!--If you use this, don't forget the </TABLE> at the end of the page content. --> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="TOP" width="150"> <p><a href="/xxx/" class="navlink">Related Topic 1</a></p> <p><a href="/xxx/" class="navlink">Related Topic 2</a></p> <p><a href="/xxx/" class="navlink">Related Topic 3</a></p> </td> <td width="2" bgcolor="#333399"> <img src="/home/graphics/1pix333399.gif" width="1" height="1" alt=""> </td> <td width="10"> </td> <td valign="TOP"> <p>This page has several sections.</p> <h2>Section One (h2)</h2> <p>This is content for Section 1.</p> <h2>Section Two (h2)</h2> <p>This is content for Section 2.</p> <h2>Section Three (h2)</h2> <p>This is content for Section 3.</p> </td> </tr> </table> <!--If you use <FONT SIZE=x> use relative sizes, not absolute sizes --> <!--Use h1, h2, h3, h4, h5 in sequence for successive level of headings --> <!--chtml include "//home/incs/footer.inc"--> <!--Make sure to build an address.inc in this directory with your --> <!--office contact information --> </body> </html>