Skip Navigation

University of Nebraska–Lincoln

Web Developer Network Wiki

Herein Lies the Accumulated Knowledge of Mankind

Subsite Global Links

Because each of the pages on your site will be referencing this file, it's best to create one basic html file that will contain your navigation (which can then be edited easily if something on your site changes). Insert it into your pages using an include statement placed within the "collegenavigationlist" area of the templates on your page.

For instance:

<!-- InstanceBeginEditable name="collegenavigationlist" -->
<!--#include virtual="sharedcode/subsite_global_links.html" --> 

Format the include file as you would a regular unordered list. The CSS for the "collegenavigationlist" will style it according to the most recent template updates.

<ul>
  <li class="first"><a href="#">Link 1</a></li>
  <li><a href="#">Link 2</a></li>
  <li><a href="#">Link 3</a></li>
  <li><a href="#">Link 4</a></li>
</ul>