adding more menu buttons = weird results


Author Message
jamiesdaddy

Posted: 12/9/2010
Quote message 

i'm trying to add more buttons to my menu. tried using various html editors (seamonkey, kompozer, etc) and even plain ole note pad. but every time i try to add the new buttons, the navigation/menu bar disappears. i've tried WYSIWYG and changing the html manually (i just copied and pasted the code).

bug or am i doing something wrong?
 
Davo

Posted: 12/9/2010
Quote message 

Should be fairly easy...
Are you doing it in 2.5 or 3.0
(3.0 requires no editing code, it does it within Artisteer)

Show us your attempted html for the menu's and I'm sure it is something silly!
cheers Davo

 
Davo

Posted: 12/9/2010
Quote message 

OK, well below is the menu code I just exported out of a version 3 html export.
So I havent changed anything manually (because in 3 you can add the pages you need withing Artisteer)
If I were doing it in 2.5 I would copy a <li> line to a new line and edit it as required.
HTH, Dave
<div class="art-nav">   <div class="l"></div>   <div class="r"></div>   <ul class="art-menu">     <li><a href="./home.html" class="active"><span class="l"> </span><span class="r"> </span><span class="t">Home</span></a></li>     <li><a href="./about.html"><span class="l"> </span><span class="r"> </span><span class="t">About</span></a></li>     <li><a href="./contact.html"><span class="l"> </span><span class="r"> </span><span class="t">Contact</span></a></li>   </ul> </div>

 
Davo

Posted: 12/9/2010
Quote message 

Sorry the code did not paste very nicely !
And a typo, should be within Artisteer in brackets!
Davo
 
jamiesdaddy

Posted: 12/9/2010
Quote message 

this is similar to what i have... the only difference is after:
<div class="r"></div>
i also have:
<div class="art-nav-center">

please correct me if i am wrong... if i want to add more menu items, all i should need to do is add a new list item (<li> ... </li>), correct? but when i do this, the menu bar disappears (appears when i roll over a menu button then disappears when i roll off). also, the header above the menu bar is gone.
 
Terry

Posted: 8/18/2011
Quote message 

This does not work for me. Can anyone help with additional specifics. There is no place that I can click that adds a new page:-<
 
Hella

Posted: 8/19/2011
Quote message 

Hi Terry,

Make sure that you have selected the website or blog mode. The page navigation should appear on the left side, clicking there will give you the option to create a new page.