Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    44
    Plugin Contributions
    0

    Default background image question

    sorry guys im new at this and im not really sure how to search for the asnwer on the fourm or even how to ask but here goes. Is there a way to place a background picture behind the main page? no int the page itself but one that actually fills the side borders in. if you look at my site you will see black borders. the pic would be set so that the main page would sit on top of it but the borders would be whatever it is i put in.

    thx!

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

    Default Re: background image question

    In your templates stylesheet.css file at the top in most is a body tag
    Add a background image entry(in red) - place the image in the templates /images folder


    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #e5edf5;
    	background-image: url(../images/your_image.jpg);
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. background image question
    By wolfsden in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 May 2009, 01:28 AM
  2. Background image question
    By tpascubarat in forum General Questions
    Replies: 2
    Last Post: 24 Mar 2009, 11:08 PM
  3. background image layout question
    By romijade in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2009, 03:49 AM
  4. Question on NavMainSearch background Image
    By estrat in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Oct 2008, 08:43 PM
  5. Question on NavMainSearch background Image
    By estrat in forum Basic Configuration
    Replies: 0
    Last Post: 7 Sep 2008, 06:27 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