View Single Post
  #1  
Old 12-05-2012, 06:25 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default css background image

Ok. After years of familiarity with X-Cart 4.1.x I now find myself learning from scratch with 4.5.4
All I want to do is set a body background image so I amended common_files/css/main.css:
HTML Code:
body { height: 100%; background-color: #fff; background: url(images/bg.jpg); background-repeat: repeat-y; background-position: center top; margin: 0; padding: 0; min-width: 780px; border: 0 none; }


The thing is it isnâ–“t being displayed and yes I am clearing the browser's cache.

Is the body style being set elsewhere?
Also, where is the style sheet being included? In 4.1.12 it used to be within skin1.config
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote