Is this possible? (Menu Manager Question)
Posted: Mon Aug 07, 2006 11:05 am
Hi, I'm trying to get this code to print out with the Menu Manager in CMS 0.13:
Is this possible and how can I do this?
The code is somewhat overwhelming and some of the tags in the Menu Manager help section are not documented.
Code: Select all
<ul class="sideMenu">
<li class="here">About Template
<ul>
<li><a href="#fluidity">Dynamic Template</a></li>
<li><a href="#coding">Coding</a>
<ul>
<li><a href="#expressions">Redability using Maximum Width</a></li>
</ul>
</li>
<li><a href="#customize">Fluid Columns</a>
<ul>
<li><a href="#gradients">Gradients</a></li>
</ul>
</li>
<li><a href="#padding">Alignment</a>
<ul>
<li><a href="#images">Images</a></li>
<li><a href="#floating">Floating</a></li>
</ul>
</li>
<li><a href="#width">Template Width</a></li>
<li><a href="#tags">Template Tags</a></li>
<li><a href="#widthDemo">Column Width Demo</a></li>
<li><a href="#todo"><strong>To-Do List</strong></a></li>
</ul>
</li>
<li><a href="http://whats-up.uni.cc" title="Goto Bobby's Website">Bobby's Website</a></li>
<li><a href="http://40hrfamine.uni.cc" title="Goto 40 Hour Famine">World Vision 40 Hour Famine</a></li>
</ul>
The code is somewhat overwhelming and some of the tags in the Menu Manager help section are not documented.