|
Date: 8/12/2005 2:51 pm · Subject: Trouble with navigation template · Rating: 23
The sample menu structure below came from
http://www.plainblack.com/etcetera/navigation-quandry. I too have
a similar page layout, and I have been trying to construct a navigation
template which produces this nicely nested unordered list, but I have
not been able to do so. Could somebody share their template or
provide some hints at what constructs are required in the
template? I am running WG 6.6.3, and my navigation is configured as follows:
- Starting Point Type: Relative to root
-
Starting Point: /a/ (+1)
-
Relatives to include: Self, Pedigree
Here is the sample menu structure. (Sorry for the tags,
but I still seem to have difficulty in pasting html code into this WG
editor.)
<ul>
<li>Home</li>
<ul>
<li>About</li>
<ul>
<li>People</li>
<li>Technology</li>
<ul>
<li>PHP</li>
<li>Perl</li>
</ul>
</ul>
<li>Contact</li>
<ul>
<li>Email</li>
<li>Phone</li>
<li>Fax</li>
</ul>
<li>Products</li>
<li>Support</li>
<ul>
<li>Help Desk</li>
<li>Knowledge Base</li>
<li>My Account</li>
</ul>
</ul>
</ul>
--- (Edited on 7/19/2005 3:25 pm [GMT-0500] by cioscott) ---
|