Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Adding a border (background) around my site

    I am very new to this and need a little help. I want to add a border (background) around my site, just on the left and right outer edges, instead of the pink color. I have searched the forums and have tried several different things but nothing has worked correctly. Thanks in advance for any help!

    http://www.dogbowsunlimited.com/dogbows

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

    Default Re: Adding a border (background) around my site

    In your stylesheet.cs file the first entry is

    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #664826;
    	background-color: #FFBBD5;
    	}
    Create/upload your image to your template/images folder and edit the above to include:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #664826;
    	background-color: #FFBBD5;
            background-image: url(../images/your_new_bg.jpg);
    	background-repeat: repeat;  add-x  or -y depending on the image
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Adding a border (background) around my site

    In your stylesheet add your backgound image information here:

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

    Geez! gotta be quicker than the KOBRA!

  4. #4
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Adding a border (background) around my site

    Ok, I added that code but nothing happened, the background is still pink. I am sure I am doing something stupid. I did upload the bg image. Also the computer I am on is using Windows XP, but I looked at the site on my laptop which has Vista, and everything is all jumbled. What could be making it look different.
    Thanks!

    http://www.dogbowsunlimited.com/dogbows

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

    Default Re: Adding a border (background) around my site

    You have:
    Code:
    background-image: url(../images/bg33.jpg;) 
    background-image repeat: repeat-yes;
    I posted:
    Code:
    background-image: url(../images/your_new_bg.jpg);
    	background-repeat: repeat;
    url(../images/bg33.jpg;)

    needs to be

    url(../images/bg33.jpg);

    repeat-yes is not a valid call
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Sep 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Adding a border (background) around my site

    Thank you so much!!! That worked perfect. :) I knew I did something stupid.

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

    Default Re: Adding a border (background) around my site

    Thank you so much!!! That worked perfect. :) I knew I did something stupid.
    Most all of us have been there!!
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. remove border around around images (not image border)
    By Otha in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Aug 2010, 06:03 AM
  2. adding border to images in reviews sidebox, but NOT around stars
    By koenvandamme in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Mar 2009, 10:09 AM
  3. adding border around all center section
    By fastdc5 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Mar 2009, 02:58 PM
  4. Creating border around the middle section of Site
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Apr 2008, 08:47 AM
  5. Adding image border around site
    By isaacr25 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Sep 2007, 06:21 PM

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