Forums

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

Home Forums CSS Background Is Repeating

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

    Hello. My image back ground is repeating have tried no-repeat but then makes it not show?

    background:url(../image/body.png) repeat top center;

    #127561

    and also can not get it stretched to 100% height and with

    background: #000;
    background:url(../image/body.png) no-repeat top center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;

    #127564

    I fixed thank you.

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