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>

