View Single Post
  #2  
Old 03-02-2004, 04:44 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

find this

Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> <TR> <TD width="80%" class=VertMenuBox nowrap>{$menu_content} </TD> </TR> </TABLE>


change to this

Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> <TR> <td background="{$ImagesDir}/menu_content_bg.gif" nowrap>{$menu_content} </TD> </TR> </TABLE>

then upload your background image called menu_content_bg.gif to

skin1/images/
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote