http://trials.actinic.com/trials/trial21922/index.html
why is an unused menu item appearing above my table with the nav stuff in?
i dont understand whats causing it
my code looks like this:
in act_brochureprimaryleft:
<table width="100%" border="1" cellspacing="0" cellpadding="0" align="center" background="nav_bg.gif">
<tr>
NETQUOTEVAR:HEADERGUIDE
</tr>
</table>
in Act_BrochureNavItem:
<td align="center" valign="bottom">
<A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET" NETQUOTEVAR:MOUSEOVERCALL>NETQUOTEVAR:NAVIMAGE</A>
</td>
any help appreciated, thanks in advance
why is an unused menu item appearing above my table with the nav stuff in?
i dont understand whats causing it
my code looks like this:
in act_brochureprimaryleft:
<table width="100%" border="1" cellspacing="0" cellpadding="0" align="center" background="nav_bg.gif">
<tr>
NETQUOTEVAR:HEADERGUIDE
</tr>
</table>
in Act_BrochureNavItem:
<td align="center" valign="bottom">
<A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET" NETQUOTEVAR:MOUSEOVERCALL>NETQUOTEVAR:NAVIMAGE</A>
</td>
any help appreciated, thanks in advance
Comment