<!-- 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> <!--Internal page Table of Contents at top of page. --> <p><i>Included on this page:</i></p> <ul> <li><a href=#SECTION1>Section 1</a></li> <li><a href=#SECTION2>Section 2</a></li> <li><a href=#SECTION3>Section 3</a></li> </ul> <p>This page has several sections.</p> <a name="SECTION1"></a> <h2>Section One (h2)</h2> <p>This is content for Section 1.</p> <a name="SECTION2"></a> <h2>Section Two (h2)</h2> <p>This is content for Section 2.</p> <a name="SECTION3"></a> <h2>Section Three (h2)</h2> <p>This is content for Section 3.</p> <!--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>