How to add a Scrollable Background Image

Step 1: Add the image you wish to use with the Add Resource button.

Add-Resource

Step 2: Open the Page Inspector with the Page Info button.

Page-Info

Step 3: Click on the Header tab.

Header-Tab

Step 4: Add the following text to the Header-CSS Section:
html {
background-image: url(
%resource(background.jpg)%);
}

Screen Shot 2012-07-12 at 3.58.46 PM

*Make sure the resource name matches the name in your resources section

Resources1

Preview and you are done!

/