Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Plugin Contributions
    0

    Default 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...eset-10272006/

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Tiled background and main text area problem

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

    Code:
    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
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Adding tiled background image
    By Chestnut Junction in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2009, 02:16 PM
  2. Tiled background image + shadow?
    By lummi in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Oct 2007, 06:32 AM
  3. background color for text area main page...?
    By wasana in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Jul 2007, 04:40 PM
  4. Header (logo) Background tiled image
    By Kitty in forum General Questions
    Replies: 2
    Last Post: 20 Dec 2006, 11:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg