Page 1 of 1

Menu problem

Posted: Tue Jan 10, 2012 2:43 pm
by sharebay
Hello guys,

Please can you give me the"menu manager" code for that structure.

Code: Select all

	<ul id="navbar">
	<li><a href="#">Main item</a><ul>
		<li><a href="#">Subitem One</a></li>
		<li><a href="#">Second Subitem</a></li>
		<li><a href="#">Third Subitem</a></li></ul>
	</li>
	<li><a href="#">Second Main item</a><ul>
		<li><a href="#">Subitem One</a></li>
		<li><a href="#">Second Subitem</a></li>
		<li><a href="#">Third Subitem</a></li></ul>
	</li>
	<!-- ... and so on ... -->
	</ul>
I need it fast pls pls help me.
Thanks in advance.
Please if somebody know other easy way for creating menus with menu manager can share his knowledge. I really like Cms Made Simple it is very easy to administrate such a system but my only problem is with the menus for me it's very difficult to create hem in CmsMs.

Re: Menu problem

Posted: Tue Jan 10, 2012 4:20 pm
by Dr.CSS
Copy one of the defaults and change the <ul> to your liking...

Go to menu manager, click the icon under import, name it hit submit, click the name of it to open then edit, it will give you the menu tag for it right next to the name of it...