4.13.2.2 :: Spacemaker

Description


Spacemaker ChunkThe <spacemakerChunk> element allows you to place a bit of white space around your site to make the layout look nicer.

Quick Example


..snip..
  1.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  2.   <layout>
  3.   <spacemakerChunk>
  4.   <scale>2</scale>
  5.   </spacemakerChunk>
  6.   </layout>
  7.  </wapl>

Child Elements


scale


Specify the percentage height you want the spacemaker to be. You don't need to worry about working out screen height in pixels, we'll do that for you!

Example:

<scale>2</scale>

Contents