Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Changing Default Light Blue background colour on each page

    Hi

    I would like to change the light blue default colour on each page to a .gif image.

    I have found lots of threads to change the background in the main coloumn and in the side boxes..... but no threads (that I can find) for the light blue colour behind the whole page.

    Can someone please tell me how to change this plain colour to a repeat .gif image???

    Kim
    www.quality-beads.com

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

    Default Re: Changing Default Light Blue background colour on each page

    Edit this in your stylesheet.css file adding your image and I assumed that this would be a tile that you want repeated both horizontally and vertically
    Code:
    body {
    	margin: 0;
    	font-family: TAHOMA, arial, helvetica, sans-serif, cursive;
    	font-size: 85%;
    	color: #000000;
    	background-image: url(../images/Your_image.jpg);
    	background-repeat: repeat;
    	background-color: #e5edf5;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How do I change the background colour, on each side of my page to an image
    By StevenBettles in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Dec 2011, 03:10 AM
  2. Newbie needs help to change blue background colour
    By Raspberry Moon in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Jan 2009, 11:11 AM
  3. Changing Background colour on main page and boxes
    By hargz in forum General Questions
    Replies: 7
    Last Post: 3 Dec 2008, 07:14 PM
  4. Changing Light Blue background on sides
    By LilleyPadGifts in forum Templates, Stylesheets, Page Layout
    Replies: 33
    Last Post: 31 Jan 2007, 07:05 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