View Single Post
  #8  
Old 09-06-2004, 10:13 AM
 
deonya deonya is offline
 

Member
  
Join Date: Oct 2003
Posts: 18
 

Default

I took BACKGROUND: URL(images/butbg.gif); out of skin1.css

open skin1/buttons/button.tpl and change
Code:
<TD class="Button" valign="middle" nowrap><FONT class="Button">{$button_title}</FONT></TD>

to
Code:
<TD background="{$ImagesDir}/butbg.gif" class="Button" valign="middle" nowrap><FONT class="Button">{$button_title}</FONT></TD>

that worked for me
__________________
Deonya Fields
--------------------------
X-Cart Gold 4.0.4
--------------------------
http://www.pixellab.biz
Reply With Quote