Search code examples
phphtmlms-wordpage-break

I'm generating a word document with PHP, how do I make a page break?


I'm generating a word document with PHP (HTML with ms-word header), is there a way make a page break ?

Right now I'm witing a lot of <p>&nbsp;</p> until the page changes, but that's far from satisfying.


Solution

  • I've not tested to see if it works, but you could try:

    <div style="page-break-before:always" />