Primary Navigation


Revision as of 20:24, 28 October 2008 by Shanker (talk | contribs) (New page: The required element with the id of '''#primary_navigation''' is where the main navigation will be inserted as a list. ====Primary navigation dynamically generated html==== <pre> <ul> ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The required element with the id of #primary_navigation is where the main navigation will be inserted as a list.


Primary navigation dynamically generated html

<ul>
  <li>
    <a class="active" href="/">Home</a>
  </li>
  <li>
    <a href="/about">About Me</a>
  </li>
</ul>

This html will be inserted into the required element with the id of #primary_navigation.