+ Reply to Thread
Results 1 to 2 of 2

Thread: Setting a repeated background image

  1. #1

    Default Setting a repeated background image

    I want to display a background image on the side curtains (not within the blog itself). How do I do this and also I will need to make the image repeat?

    The site is Import Enthusiast and here is the image I want to use http://www.ieimportenthusiast.com/wp...ound-image.jpg
    [URL="http://www.ieimportenthusiast.com"]Import Enthusiast[/URL] | [URL="http://www.tophockeyhighlights.com"]Top Hockey Highlights[/URL]

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    In style.css add this to body:

    Code:
    background: #ffffff url(http://www.ieimportenthusiast.com/wp-content/uploads/2009/12/carbon-fiber-background-image.jpg);
    Then for #container add these:

    Code:
    background: #ffffff;
    overflow: hidden;
    You'll need to play with the padding/margin of the sidebar and other divs if you want extra space around the content. Please download and install Firebug on Firefox so you can experiment more easily with CSS.



    Quote Originally Posted by rookiethomas View Post
    I want to display a background image on the side curtains (not within the blog itself). How do I do this and also I will need to make the image repeat?

    The site is Import Enthusiast and here is the image I want to use http://www.ieimportenthusiast.com/wp...ound-image.jpg

+ Reply to Thread

Similar Threads

  1. Background color?
    By therevan in forum Community Exchange
    Replies: 4
    Last Post: 10-02-2009, 09:16 AM
  2. Background Image in Header
    By avecchioni in forum Header & Nav Bar
    Replies: 2
    Last Post: 03-17-2009, 02:54 PM
  3. Need help setting fees
    By gayla in forum Ask the Experts
    Replies: 10
    Last Post: 03-06-2008, 12:57 AM
  4. Setting up a subdomain on a DIFFERENT host
    By candyaddict in forum Ask the Experts
    Replies: 8
    Last Post: 02-29-2008, 08:23 PM
  5. Setting Per Post Fees
    By gayla in forum Ask the Experts
    Replies: 0
    Last Post: 02-29-2008, 01:24 PM

Bookmarks

Posting Permissions

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