Headers & Footers
Page headers are applied to the top and bottom margins of each page.

Edit Page Headers & Footers
To edit page headers, click "Edit Headers" at the top of the template body.


And to edit page footers, click "Edit Footers" at the bottom of the template body.


Aligning Content
We recommend using a table to control the layout and alignment of content in your header/footer. This allows you to control the vertical and horizontal alignment of your content.



Variables
You can add variables to headers and footers the same way as the template body.

Tokens
If you are using tokens, it's also possible to add dynamic value from a them. The syntax is similar to the variable format. Say you have this token Company Name
, the variable you can add to the header/footer would look like this {{[Company Name]}}
.

Page Numbers
To add page numbers, you will first need to add an HTML element to the header or footer, then add <span class="pageNumber"></span>
for the current page number or <span class="totalPages"></span>
for the total number of pages.



Last updated
Was this helpful?