This is an archived forum post. The information may be outdated. Contact us if you have any questions.

New Page

jemisp wrote on 2012-01-19:
Hi there.

i dont know if this will be classed as a page break or what.

but is there a way to do a new page?

Example

page1
Company details

page2
company staff

page3
Company photos

etc.

Regards
Jeremy
support wrote on 2012-01-19:
You can use the page-break-before css property to insert a page break:
page1 
Company details 
<div style="page-break-before:always"></div>
page2 
company staff 
<div style="page-break-before:always"></div>
page3 
Company photos
jemisp wrote on 2012-01-19:
thanks again it worked

jeremy