Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with page-wrap background image

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31797
    chanman
    Member

    I am new to css and I am having a problem with the page-wrap. I cannot figure out how to put in a background image. I tried to doing background: ; and background-image: ; but nothing works please help me figure this out.

    #57987
    chrisburton
    Participant

    #page-wrap {
    width: 960px;
    background: url(path/to/image.jpg) repeat;
    }
    #57807

    Also this!

    #page-wrap {
    width: 960px;
    background: url(path/to/image.jpg) repeat color:#color-name;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.