{solved}How to link to menu from imported template?
Posted: Fri Jul 11, 2008 4:17 pm
Hi everybody,
I have a template already ready. I imported it in CMS made simple. Cut the content and put that on the 5 pages, that I first made. Then I cut the menu and added that to a new menu in the menu manager.
This is that menu:
Everything looks good.
My only question is: how can I get the menu links to work? What do I add to the "#" ?
I have a template already ready. I imported it in CMS made simple. Cut the content and put that on the 5 pages, that I first made. Then I cut the menu and added that to a new menu in the menu manager.
This is that menu:
Code: Select all
<div id="topnav">
<div id="topnav_list">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Producten</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Over ons</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
My only question is: how can I get the menu links to work? What do I add to the "#" ?