0
Welcome Guest! Login
0 items Join Now

How to change the sites background?

    • Ellie's Avatar
    • Ellie
    • Sr. Rocketeer
    • Posts: 143
    • Thanks: 0

    How to change the sites background?

    Posted 18 years 4 months ago
    • How do I change the background of the whole site? I mean the solid color background that the site has off to the left and the right...like the dark brown that is behind this site? Is that a .png thing or can it be changed by changing the css?

      ??,
      Ellie
    • It feels like someone with a fever is yelling at my pants.
    • Dan L's Avatar
    • Dan L
    • Elite Rocketeer
    • Posts: 1453
    • Thanks: 0

    Re: How to change the sites background?

    Posted 18 years 4 months ago
    • Open the main CSS file, and file the entry:

      body {

      There will be a line in there similar to:

      background: #e66;

      ...which sets BG colour for the entire page. Images can be set using:

      url(../images/bg.gif) 0 0 repeat-y;

      ...after the background statement (obviously with your own attributes).
    • Toolbox Digital | Dribbble | Forrst
    • Ellie's Avatar
    • Ellie
    • Sr. Rocketeer
    • Posts: 143
    • Thanks: 0

    Re: How to change the sites background?

    Posted 18 years 4 months ago
    • Thanks Dan!
    • It feels like someone with a fever is yelling at my pants.

Time to create page: 0.043 seconds