View Single Post
  #2  
Old 05-11-2006, 02:43 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

You need to use CSS, not the old 'background' tag. Did you use background-repeat? Try this class in skin1.css and call it in the table cells:

.sample {background: url(images/imagename.jpg); background-repeat: repeat-y;}

Replace y with x if you want it to tile horizontally.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote