Hello everyone,
I'm struggling to get my navigation to output the way that I want it.
Here is my current page structure (this is a dev environment that I am
trying to get working)
Home
-- About
------ Services
------ Our Team
-- Contact
------ Contact Form
------ Driving Directions
I have set up a navigation area, and a navigation template. My problem
is that I can't get the Render Tags and queries to output my
navigation like I want. We are using a drop-down menu system that
takes a <ul> element and converts it into a drop-down menu. I think
you can see where this is going now...
My ideal structure for the list (that will be converted into a drop-
down) would look something like this:
<ul>
<li>Home</li>
<li>About
<ul>
<li>Services</li>
<li>Our Team</li>
</ul>
</li>
<li>Contact
<ul>
<li>Contact Form</li>
<li>Driving Directions</li>
</ul>
</li>
</ul>
And the subsequent drop-down would look something like:
Home About Contact
-- Services -- Contact Form
-- Our Team -- Driving Directions
Obviously the "Home" page is the first index. I've been using the
HasChildren() method, but as you can see I want the "About" and
"Contact" pages to appear on the same level as home (aka not a drop-
down under the Home section)
Does this make sense? I'm very close, but I can't get the exact
structure down. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---