This is a Standard background insertion code. In Order to set this up properly there are some things you must know.
Special Notes:
-
In the section of the background code where it says background-image: url("Url of Background.image"); ,
you will have to find a picture on the internet and put the url of the image in between the two ( )'s. There are a couple of places you can store your own graphics. One of them Being
Photobucket
How To Customize:
- background-color: your color; - Insert any color code (For color codes go to the asection I have on them)
- background-image: url("Url of Background.image") Explained Above
- background-attachment: fixed/no-fixed; Fixed means the image will not move when you scroll the page. No-Fixed means it will Repeat itself and start over again.
- background-repeat: no-repeat/repeat By repeat it means if the image is small. It will Tile it on the screen.
- background-position: center; This is where the image will show up on the screen. Option Include Center, left, or right