PDA

View Full Version : vmains


amhost
11-29-2004, 03:51 PM
<!-- START AUTO MENU SYSTEM -->
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" CLASS="vmenu_mainz">
<tr>
<td valign="middle" class="vmenu_main_off">
<div class="vmenu_main_off">
<a href="index.php?pr=Home_Page" class="vmenu_main_off">Home Page</a>
</div>
</td>
</tr>

<!-- END AUTO MENU SYSTEM -->

I was trying to create a custom template and it seems like the #VMAINS# call inserts the above code for the menu. Notice that it does not close off the table. This is messing up the design of the template. Where do I go to manually fix this problem?

Thanks