thian Posted November 30, 2009 Posted November 30, 2009 Ive tried everyway i can thing of to place a background image.....i have it working in dreamwear ok using the the header.php but as soon as i upload the file and change the path to image, I still just get the same old white background... Could anyone please give me a step by step guide....oh my code looks like this in header php before i change the path; ?><style type="text/css"> <!-- body { background-repeat: no-repeat; background-color: #FFF; margin-right: 0px; background-image: url(../My%20Documents/catalog/images/xmas.gif); }
♥Biancoblu Posted December 1, 2009 Posted December 1, 2009 change the background in catalog/stylesheet.css, not in header.php. upload your background image to your images folder. in stylesheet.css: BODY { background: url('images/xmas.gif'); background repeat: no-repeat; color: #ffffff; margin: 0px; } ~ Don't mistake my kindness for weakness ~
thian Posted December 1, 2009 Author Posted December 1, 2009 Cheers m8, also found that I forgot to put the '''''''''''`s in as well, were the image source goes, spent about 5 hrs trying to figure it out til airbrush andy told me lol :-)
♥Biancoblu Posted December 1, 2009 Posted December 1, 2009 no problem, glad it's fixed now. :) ~ Don't mistake my kindness for weakness ~
Recommended Posts
Archived
This topic is now archived and is closed to further replies.