• -1

    how do I put a backgound on my sitte?

    I just started and I dont know how or where to put my background, is kinda confusing >.<, and how do I make entries like in style where do I go to customize those stuff

1 Answer best answer

  • 1

    put this in header html
    <STYLE>
    body {background-color:fdce9b;background-image: url(PUT URL OF IMAGE HERE);
    background-repeat: repeat;background-position: bottom right;background-attachment: fixed;}</style>

You must log in to post