First, you need to resize all page sizes in the document to the size which would accommodate for the longest page. To do this:

  1. Click on Edit on the left hand toolbar.
  2. Click on Page on the left hand toolbar.
  3. Click on Size on the top toolbar.

From there, you will specify the page dimensions for the longest page you will use.

After setting the dimensions for the longest page you will use, you need to modify all of the other pages that are not as long:

  1. Navigate to the page you wish to shorten. (You will have to do this to each page).
  2. Click on View - Inspector to display the File Inspector on the far right side of your screen.
  3. Click on the STYLE tab.
  4. Under the sub-category "Item" locate the attribute "Custom CSS" and double-click the Value box to the right of it.

    <INSERTIMAGEHERE>
  5. This will open the Cascade Style Sheets Assistant. For the KEYWORDS drop-down menu, please select:

    height  : 100 px | 100% | auto;height  :  auto;
  6. Modify the CSS In-Line code to say:

    height  :  auto;

    instead of

    height  : 100 px | 100% | auto;height  :  auto;
  7. Then click OK.


The page length within WebEasy will still be the larger length specified in the first set of direction.  However, when you preview the page in a web browser or publish it online, the page will only be as long as the contents on the page itself.