can someone help me before i shoot myself? i've looked around at other sites and done searches on here and other places, and i've tried one thing, but i can't seem to keep my image from repeating. here is the code i have for the menu now:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<TR>
{if $link_href}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 valign=center width=80%>
<font class=VertMenuTitle>{$menu_title}</font></TD>
{else}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 valign=center width=80%><font class=VertMenuBoxNewsTitle>{$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>
any help would be appreciated. thanks, Reuben