It has come to our attention that we need to add 'skip navigation' links to our pages.
To do so on the table-based layouts, do the following:
Add the following as the first line of code after the opening body tag:
<a href="#maincontent" class="skipnav">Skip Navigation</a>
Add the following as the first line of code after the 'THIS IS THE MAIN CONTENT AREA' comment:
<a name="maincontent"></a>
We were unfortunately not able to code these tags into the sharedcode files. These changes will require individual edits to each file.
'Skip navigation' links are included in the latest version of the UNL site templates. Brett will be making a post soon describing how to update your CSS-based templates to the latest version (implementing 'Skip navigation' links) in Dreamweaver.
Credit to Pam Peters for pointing out this issue.

