[SOLVED] MenuManager
Posted: Thu Jan 08, 2009 5:06 pm
Very simple question...
I'm working with MenuManager and I don't want anything fancy, I want a plain menu. I already have a template that I made that uses
I don't want to use ul, li . How can I make a template for menu manager that would create that?
I'm working with MenuManager and I don't want anything fancy, I want a plain menu. I already have a template that I made that uses
Code: Select all
<div id="navlist">
<a href="index.php" class="first">Home</a>
<a href="photos.php">Photos</a>
<a href="about.php">About the Builder</a>
<a href="warranty.php">Warranty</a>
<a href="design.php">Design / Build</a>
<a href="standards.php">Standards not Upgrades</a>
<a href="standards.php">Energy **</a>
<a href="financing.php">Financing</a>
<a href="testimonials.php">Testimonials</a>
<a href="contact.php" class="last">Contact Us</a>
</div>