Print this to assist you in editing.   When you are finished click here to go back.
This code will be included in your templates but is added here for your convenience if you have already designed a web site that you would like to edit to meet the City web site standards.

Here is the code for the top of a graphics (normal web page) page:

<!-- #include virtual="includenav/top.inc" -->

This code will be placed directly AFTER the open body tag in your html (towards the top of the page). 
It looks like this <body ...................................................................> Place it here


Here is the code for the bottom of a graphics (normal web page) page:

<!-- #include virtual="includenav/footer.inc" -->

This code will be placed directly BEFORE the closed body tag in your html (at the bottom of the page).  It looks like this
</body> Place it here


Here is the code for the top of a text page:

<!-- #include virtual="includenav/toptxt.inc" -->

This code will be placed directly AFTER the the open body tag in your html (towards the top of the page). 
It looks like this <body ...................................................................> Place it here


Here is the code for the bottom of a text only page:

<!-- #include virtual="includenav/footertxt.inc" -->

This code will be placed directly after the closed body tag in your html (at the bottom of the page).  It looks like this
</body> Place it here

All of your pages must end in .asp and text only pages must follow this: (you need to have both pages in every folder)

 default.asp   -   defaulttxt.asp