Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Background Image - No idea what I'm doing wrong

Background Image - No idea what I'm doing wrong

Locked

Views: 802

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Mar 2010, 6:23 PM
#1
halollet avatar

halollet

New Zenner

Join Date:
Mar 2010
Posts:
66
Plugin Contributions:
0

Background Image - No idea what I'm doing wrong

I followed the FAQ, bascially copy and pasted the code, double checked to make sure that everything was uploaded properly and I still get nothing

In the CSS file I edited this;

#mainWrapper {
	background-color: #674068;
        background-image:url(../images/main.png);
        background-repeat: repeat;
        color: #fff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

Everything but the background-image works fine.

The image is in /includes/templates/satinBlack/images/

satinBlack being my custom template. What am I missing here?

12 Mar 2010, 7:19 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Background Image - No idea what I'm doing wrong

Looks right. A link to the site might help us see something.

Can you save the image as a .jpg and try that?

12 Mar 2010, 7:25 PM
#3
halollet avatar

halollet

New Zenner

Join Date:
Mar 2010
Posts:
66
Plugin Contributions:
0

Re: Background Image - No idea what I'm doing wrong

Unfortunatly the site is not ready for public viewing at all.

twas' the .jpg. Cheers!