check out the following post on the reddotcmsblog: http://www.reddotcmsblog.com/skipping-levels-in-the-navigation
and http://blog.markusgiesen.de/2008/07/27/playing-peek-a-boo-hiding-pages-with-the-navigation-manager/ this should give you plenty of info on how to do this. its a piece of cake! Cheers, Kim On Jul 27, 12:20 pm, bjorkfan7 <[email protected]> wrote: > I'm trying to build out a left nav where the nav left only displays > pages that are children to the parent page. For instance I have a list > > -about (this should not show on the left nav) > --us (this should show) > --them > --we > > ----building (this should show) > > this is the HTML that should show for the About page > <ul> > <li><a href="#">us</a></li> > <li><a href="#">them</a></li> > <li><a href="#" class="active">we</a> > <ul> > <li><a href="#">building</a></li> > </ul> > </li> > <li><a href="#">level 2 page</a></li> > </ul> > > *Once again any help much obliged* --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
