How to change background in blogspot?

1. Log into Blogger.
2. From your Dashboard click on "layout"
3. Click on "edit html"
4. Scroll down until you come to the section that looks similar to this:

body {
background:url("INSERT IMAGE URL HERE")repeat;
margin:0;
text-align:center;
line-height: 1.5em;
font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
color:$mainTextColor;
font-size/* */:/**/small;font-size: /**/small;
}

5. Insert the URL of the image where it says to in red. If that particular line of code is not present in your template then simply add it right under the "body {" line. You may also need to remove the color line if it is present. It would look like this:

background:#FFFFFF;

Just delete that section.

6. Save template.
7. Finished!