View Single Post
  #2  
Old 02-20-2005, 04:17 AM
 
balinor balinor is offline
 

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

Default

Assign a class to the cell that you want the image to appear in. Most likely this will be in customer/home.tpl, the cell for the central space. So your <td> tag would look like this <td class="speaker">.

Now go into skin1.css and add this:

Code:
.speaker { BACKGROUND: URL(images/yourimagename.jpg); BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 50% 50%; }

Upload the image to the skin1/images folder.

That will set the background image to be centered in the cell and non-repeating. Hope this helps!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote