View Single Post
  #1  
Old 10-18-2003, 02:04 PM
 
AKR AKR is offline
 

eXpert
  
Join Date: Oct 2003
Location: the edge of insanity
Posts: 233
 

Default how do i keep categories background image from repeating?

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
Reply With Quote