How to add background image?

Discussion in 'HTML & Website Design' started by Drew007, Oct 8, 2006.

  1. #1
    Hello. I have a tile background image that I want to appear behine my website. Not the background of a web page, but behind the entire site to make up the empty space on some user's screen.

    Is there an easy way to do this? Thanks in advance.
     
    Drew007, Oct 8, 2006 IP
  2. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes.
    <body style="background-image: url('urltoyourimage.jpg'); background-repeat: repeat;">
     
    rb3m, Oct 8, 2006 IP
  3. math20

    math20 Peon

    Messages:
    1,562
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #3
    rb3m has it right but to save a bit on space you could use
    Good luck!
     
    math20, Oct 10, 2006 IP