Page numbering for printing
Every newsletter can be downloaded as a PDF within our program. The newsletter is then on a single page, which is not always desirable, especially if the newsletter must be printed.
When importing your own template, it is possible to include a piece of code which makes it possible to indicate where the new pages in the PDF should start when compiling the newsletter.
If you insert some HTML code within a repeater that contains the class lp-pagebreak, then the repeater is shown in the editor but not in the newsletter. When generating a PDF, a new page is started at that position.
Example of such a repeater block:
<lp-layout lp-label="New page when printing">. <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="centre"><hr></td></tr></table> </lp-layout>
There are no restrictions for the layout of this block; it is for use within the editor only.
If you want to use multiple page PDFs, please send an email to the helpdesk, and we will make sure that the PDFs can also be retrieved within the program.