Go to the blog editor, click on the template designer tab, advanced, scroll down to Add CSS.
Put in this code.
body {
background: url(picture url) bottom left repeat;
background-attachment: fixed;
}
.body-fauxcolumn-outer .cap-top {
background: url(same picture url as above) bottom left repeat;
background-attachment: fixed;
}
Change the picture url on BOTH, change if you want the picture placed on the bottom or top, whether it's left, center, or right of the screen, if you don't want to repeat, delete that word. On the attachment, you can have it scroll or fixed. BOTH codes MUST BE THE SAME. The picture url AND the placement.
:D
No comments:
Post a Comment