Primary Navigation: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
''For information regarding managing the links in your website's Primary Navigation area, please see [[Managing Primary Navigation]].'' | |||
The required element with the id of '''#primary_navigation''' is where the main navigation will be inserted as a list. | The required element with the id of '''#primary_navigation''' is where the main navigation will be inserted as a list. | ||
Revision as of 09:55, 27 May 2009
For information regarding managing the links in your website's Primary Navigation area, please see Managing Primary Navigation.
The required element with the id of #primary_navigation is where the main navigation will be inserted as a list.
<ul>
<li>
<li class="active" href="/">Home</li>
</li>
<li>
<a href="/about">About Me</a>
</li>
</ul>
This html including the link created within it will be inserted into the required element with the id of #primary_navigation.