View Single Post
  #5  
Old 12-18-2008, 05:10 AM
 
tbm tbm is offline
 

Advanced Member
  
Join Date: Nov 2008
Posts: 39
 

Default Re: header/footer background images

yeah, its not taking. here's exactly what i have.

this table in rectangle_bottom.tpl:

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="new_footer"></td> </tr> </table>

and i've added this to my CSS:

Code:
TD.new_footer { background: url(images/footer.jpg); }

footer.jpg is sitting in my skin1/images folder. this all looks fine, but i am not seeing the image.
__________________
Linux
X-Cart 4.1.11
Reply With Quote