Help to Understand Menu Manager
Posted: Tue Jan 27, 2009 6:38 pm
This is the first official time i'm trying to create my own menu within the Menu Manager module. I have always edited the default menu and worked off that, but now i'm working on a site that uses its own styles. I'm having issues understanding how to setup a new database menu correctly and inserting it within my page.
Here's what i've done:
Here's what I dont understand
The code for the menu i would like to add is here:
How would I insert the code above into my "global_menu" database template?
Any direction would be great! Thanks!
Here's what i've done:
- Clicked on the Menu Manager admin.
- Clicked on the File Templates tab, and clicked the Imported the simple_navigation.tpl. Template to Database button
- Gave the template a name. "global_menu"
- Now I see the "global_menu" in my list of Database Templates.
Here's what I dont understand
The code for the menu i would like to add is here:
Code: Select all
<table align="left" border="0" cellpadding="0" cellspacing="0" width="778">
<tr>
<td><a href="" onmouseover="home.src='images/homeo.jpg'" onmouseout="home.src='images/home.jpg'"><img name="home" src="images/home.jpg" width="74" height="30" border="0" alt=""></a></td>
<td><a href="" onmouseover="atmosphere.src='images/atmosphereo.jpg'" onmouseout="atmosphere.src='images/atmosphere.jpg'"><img name="atmosphere" src="images/atmosphere.jpg" width="184" height="30" border="0" alt=""></a></td>
<td><a href="" onmouseover="menu.src='images/menuo.jpg'" onmouseout="menu.src='images/menu.jpg'"><img name="menu" src="images/menu.jpg" width="82" height="30" border="0" alt=""></a></td>
<td><a href="" onmouseover="reservations.src='images/reservationso.jpg'" onmouseout="reservations.src='images/reservations.jpg'"><img name="reservations" src="images/reservations.jpg" width="156" height="30" border="0" alt=""></a></td>
<td><a href="" onmouseover="entertainment.src='images/entertainmento.jpg'" onmouseout="entertainment.src='images/entertainment.jpg'"><img name="entertainment" src="images/entertainment.jpg" width="175" height="30" border="0" alt=""></a></td>
<td><a href="" onmouseover="contact.src='images/contacto.jpg'" onmouseout="contact.src='images/contact.jpg'"><img name="contact" src="images/contact.jpg" width="107" height="30" border="0" alt=""></a></td>
</tr>
</table>
Any direction would be great! Thanks!