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 Answerbest 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>