Description
The
<spacemakerChunk> element allows you to place a bit of white space around your site to make the layout look nicer.
Quick Example
..snip..- <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
- <layout>
<spacemakerChunk>
<scale>2</scale>
</spacemakerChunk>
- </layout>
- </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>