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.

If you want the image to be its true size and not be cut off, then you need to set you your margin top and bottom (in this case to 174px)accordingly

If you don't set a margin size for either top or bottom and you also set either a header or footer, then the system picks an arbitrary margin height of 50px, for the header/footer that has the selected value. It is up to the  designer to adjust the top or bottom margins to display the image as required. 

...