Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
 

Each setting property is described below.

See Layouts and Styles and the CSS Class property for more form/flow styling options.

Column
width240px

On this page:

Table of Contents
maxLevel3

...

Property NamePurposeNotesDefault
Print Margins (Top/Bottom/Left/Right)Used to configure the width/height of the page margins appearing in the print PDF view.Specifies a margin in px, pt, cm, etc. To specify a margin in inches, use the abbreviation "in" without the quotes. For example, for a 1 inch margin on the top/bottom of the pdf, enter 1in in the Top/Bottom property fields.0.
Note

If top/bottom margins are not set and a header or footer is specified, then the appropriate margin will be defaulted to 50px.

...

Images in Headers/Footers  
When you use the {image_control_name.img},  outputs <img src="the image's url"/>. This will output the image in its normal size. In this case, that is 174x170 pixels for the color grid.  

You can instead use something like: <img src="{<image_control_name>.url}" width="50" height="50"/> to size the image smaller to fit.

...