For example, if you want the picture to be at the 'post' area,
Paste this following code just below the opening tag.
#main {
background-image: url("http://YOUR-URL-HERE.COM");
width: 661px;
margin: 7px;
padding: 20px 0 0 0;
color: $textColor;
font: $textFont;
Replace 'YOUR URL HERE' with the URL of your picture. You need to host the picture somewhere, like on photobucket or tinypic, then obtain the URL of the picture from there.
Point to note: If your picture is smaller than the 'post' space, it will 'tile' itself and become a repeated picture. This effect is good for blog backgrounds which you don't want to be a flat, solid colour, but want some texture for it.
It‘s quiet in here! Why not leave a response?