Page 1 of 1

[SOLVED] MenuManager

Posted: Thu Jan 08, 2009 5:06 pm
by ckester
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

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>
I don't want to use ul, li .  How can I make a template for menu manager that would create that?

Re: MenuManager

Posted: Thu Jan 08, 2009 6:29 pm
by Dr.CSS
Go to Layout » Menu Manager and in tab File Templates click the import icon to right, minimum may be best, then you can change it to your liking, most likely taking out all references to ul li...

Mess around with it till it works, is fun...

Re: MenuManager

Posted: Thu Jan 08, 2009 6:45 pm
by ckester
Thanks for helping a Newb like me, i feel real smart now :P

Sometimes it just takes a second try to look over the same thing and get it right  ;D