How do I add a webite background

Discussion in 'HTML & Website Design' started by amedno1, Oct 17, 2006.

  1. #1
    Can someone show me how I can add this as a webpage background:

    [​IMG]

    Im in the process of slicing up the template so I wanna know where the background fits into all this.

    Thanks
    AQ
     
    amedno1, Oct 17, 2006 IP
  2. Rez-G

    Rez-G Peon

    Messages:
    234
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Umm, I don't really get it, but do you mean this?
    <body background="image here">
     
    Rez-G, Oct 17, 2006 IP
  3. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeah i do think thats what he means. Alternative if you are going to code it in css you could put in your css file this:

    body {
    background: url('image.jpg');
    }
     
    DatR, Oct 17, 2006 IP
  4. rosiee007

    rosiee007 Notable Member

    Messages:
    3,352
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    230
    #4
    specifying the background in the CSS file is the best option.
     
    rosiee007, Oct 17, 2006 IP
  5. amedno1

    amedno1 Active Member

    Messages:
    427
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #5
    OK thanks Im going to try and figure out how I could do this in css, just one more question, Now when slicing it up I have a few objects like the logo and the website name which will appear on top of the above background, this is really hard to explain so here is the website template

    [​IMG]

    My question is how do I slice the logo and the name of the site at the top and at the same time include the background I mentioned above?
     
    amedno1, Oct 18, 2006 IP