help changing background color to image in SMF forum

Discussion in 'HTML & Website Design' started by gonecrazy, Jan 23, 2010.

  1. #1
    I'm trying to put an image as the background instead of just a color. What do I need to add to the CSS file and what size should the image be?
    Thanks in advance.
     
    gonecrazy, Jan 23, 2010 IP
  2. CRJustin

    CRJustin Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Pretty easy.
    I would show you exactly how the code should look, but you didn't post the CSS coding.
    Anyways. Try this:
    
    background-image:url('yourimage.png');
    Code (markup):
     
    CRJustin, Jan 23, 2010 IP
  3. gonecrazy

    gonecrazy Guest

    Messages:
    605
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lol, ya i got it. It was a little more then that but I got it.
    Thanks man.
     
    gonecrazy, Jan 23, 2010 IP