How to put CSS background outside the table?

Discussion in 'CSS' started by point2, Nov 27, 2009.

  1. #1
    can anyone put the code on how i can out the background outside the table?
     
    point2, Nov 27, 2009 IP
  2. ffb

    ffb Active Member

    Messages:
    79
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    75
    #2
    body {
    background-image:url('filename.ext')
    }
    Code (markup):
     
    ffb, Nov 27, 2009 IP
  3. point2

    point2 Active Member

    Messages:
    698
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    75
    #3
    thanks.. i will try this.. i have to put it in the body? not in the head?
     
    point2, Nov 28, 2009 IP
  4. bhagwant.banger

    bhagwant.banger Active Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    60
    #4
    Use a container for the table.
     
    bhagwant.banger, Nov 28, 2009 IP
  5. point2

    point2 Active Member

    Messages:
    698
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    75
    #5
    how do i do that?
     
    point2, Nov 29, 2009 IP