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!