[SOLVED] MenuManager

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
ckester
New Member
New Member
Posts: 5
Joined: Thu Jan 08, 2009 4:04 pm

[SOLVED] MenuManager

Post 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?
Last edited by ckester on Thu Jan 08, 2009 6:45 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: MenuManager

Post 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...
ckester
New Member
New Member
Posts: 5
Joined: Thu Jan 08, 2009 4:04 pm

Re: MenuManager

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”