Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Location
    Gouda, Netherlands
    Posts
    213
    Plugin Contributions
    1

    css problem Body background css

    Hi,

    I want to place a background image in the body part. That would be somewhere here I guess

    body {
    background-color:#E5EDF5;
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:62.5%;
    margin:0pt;
    }


    I want to repeat both horizontal and vertical. Does anyone know the right css code to do this?

    Thank you in advance,

    J. van Ree

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Body background css

    Quote Originally Posted by jvanree View Post
    Hi,

    I want to place a background image in the body part. That would be somewhere here I guess

    body {
    background-color:#E5EDF5;
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:62.5%;
    margin:0pt;
    }


    I want to repeat both horizontal and vertical. Does anyone know the right css code to do this?

    Thank you in advance,

    J. van Ree
    See the highlighted portion below

    body {
    background: url(../images/YOUR_BACKGROUND_IMAGE.???) #E5EDF5;
    color:#000000;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:62.5%;
    margin:0pt;
    }

  3. #3
    Join Date
    Mar 2008
    Location
    Gouda, Netherlands
    Posts
    213
    Plugin Contributions
    1

    Default Re: Body background css

    Thank you! This really helps me out!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Body background css

    glad to help

  5. #5
    Join Date
    Sep 2005
    Posts
    47
    Plugin Contributions
    0

    Default Re: Body background css

    Quote Originally Posted by clydejones View Post
    glad to help
    Hi, I have problem with the backgroud wallpaper.

    Pls advise!

    body {
    backgroud:url(../images/wallpaper.jpg)#fffff;
    margin: 0;
    font-family: comic sans ms;
    font-size: 62.5%;
    color: #000000;
    }

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Body background css

    Quote Originally Posted by birdlim View Post
    Hi, I have problem with the backgroud wallpaper.

    Pls advise!

    body {
    backgroud:url(../images/wallpaper.jpg)#fffff;
    margin: 0;
    font-family: comic sans ms;
    font-size: 62.5%;
    color: #000000;
    }

    And that problem would be??????????

 

 

Similar Threads

  1. body background image in popup windows
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Jun 2011, 04:41 PM
  2. Background colour - Body tag not found
    By CabernetCat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 May 2011, 07:14 AM
  3. body background image
    By jaatendi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Mar 2008, 06:14 AM
  4. transparent background in wrappers so BODY background shows through
    By kjharrison in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Sep 2006, 11:37 PM
  5. body { and #mainWrapper { background-colour question.
    By Reesy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Jul 2006, 02:32 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