Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Tiled background and main text area problem

Tiled background and main text area problem

Locked

Views: 1,357

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Jan 2007, 6:21 AM
#1
jconshue avatar

jconshue

New Zenner

Join Date:
Jan 2007
Posts:
2
Plugin Contributions:
0

Tiled background and main text area problem

I'm in the beginning stages of making my site. I added a tiled background to the main background, but it also showed up in my main text area. I want this area to be white so you can read the text. How do I fix this?
Here's the link:
http://www.edithandlulu.com/zen-cart-v1.3.6-full-fileset-10272006/

Thanks!

10 Jan 2007, 9:47 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Tiled background and main text area problem

Try enter this in your stylesheet.css instead of "background"

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-image: url(../images/paris_purple.gif);
        background-repeat: repeat; 
	}

See if this helps