View Single Post
  #1  
Old 02-04-2013, 08:40 AM
 
jschnyderite jschnyderite is offline
 

Newbie
  
Join Date: Jan 2013
Posts: 1
 

Default Referencing Images

I am using ideal comfort template and am having trouble referencing images. I uploaded a logo and a background to the skin/images/custom folder.

1). I changed my idealcomfort/customer/head.tpl to reference "{$AltImagesDir}/custom/usslogo.png" and no image shows.



2). I also added this code to my idealcomfort/css/altskin.css

body{
background:url(../images/custom/water-bg.jpg) no-repeat;
}


If i change it instead to just a color, it displays that...but my image won't work. Other images referenced in that same css document reference that same folder so I think the path is correct. Is there a certain way to upload or reference images in x-cart?
__________________
4.5.4
Reply With Quote