To ensure that all pages can be updated as standards change, regardless of the tools used to develop the code, templates has been developed for both XHTML and 4.01 html standards. Both generic ASCII templates as well as Dreamweaver templates are supplied in a zip file.
There are a few key areas that need to be addressed to maintain the standard look and feel. Modify the template for your page as required per the instructions below.
1. Replace the "Insert page title here" with the appropriate page title:
2. Fill out the required meta tag information.
<meta name="description" content="Put Page Description Here" >
<meta name="keywords" content="Put Keywords Here"
3. Either replace the virtual include text or delete the line if no directory navigation is used:
4. Develop your body content where the template says "<h2>Content Here</h2>" making sure that all content is contained within the <div class="content"> </div> section.
<!-- Begin Content Here!! -->
<h2>Content Here</h2>
<!-- End Content Here!! -->
</div>



