Answer this simple question for me:

Discussion in 'HTML & Website Design' started by dameon, Dec 12, 2007.

  1. #1
    How do I add a background image to osCommerce?
     
    dameon, Dec 12, 2007 IP
  2. adam1987

    adam1987 Well-Known Member

    Messages:
    714
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    110
    #2
    <!--
    body {
    background-image: url(image location here);
    background-position:center;
    background-repeat: repeat-y;
    }
    -->
     
    adam1987, Dec 13, 2007 IP