View Single Post
  #9  
Old 11-12-2005, 05:59 PM
 
enchanted1 enchanted1 is offline
 

Advanced Member
  
Join Date: Sep 2005
Location: Sydney
Posts: 31
 

Default using images instead of background color?

Quote:
Originally Posted by balinor
No, you just need to use css, not the html 'border'. Copy this into your skin1.css file:

.main-border {border-left: 10px solid #000000; border-right: 10px solid #000000;}

Substitute the correct hex color for the #000000 (which is black) and adjust the width in pixels to whatever you want.

Now add this to the table tag in rectangle_top.tpl:

class="main-border"

Hi Padraic,

thanks for the help before - the border looks a little plain so i wanted to put in an image and was wondering how i use an image file in the border tag instead of just a color?

Thanks,
Rebecca
__________________
Shane
www.enchantedenvelope.com.au
operating w/ xCart Gold
Version 4.0.14
Reply With Quote