
Download a free background for your blog. You can follow these easy direction on how to change your Blogspot background image. First go to the Dashboard and click Layout. In the Layout click the “Edit HTML”. Make sure you save a backup copy of your template before you make any edits. You don’t want to loose any of your work! Now scroll in the HTML code to the body information.
Here is what the BODY code will look like:
body {
background:$bgcolor;
margin:0;
color:$textcolor;
font: Georgia Serif;
font-size: 11px;
text-align: center;
letter-spacing:.1em;
}
Now, copy this body code in red and replace the old code with it. Make sure you insert the URL of the image location.
body {
background-image: url(http://www.imagelocatinhere.com/imagenamehere.jpg);
background-attachment: fixed;
background-position: center;
margin:0;
background-repeat: no-repeat;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
0 comments:
Post a Comment