css Page Break
div.page-break { page-break-after: always; } /* <p>This text will appear on page 1</p> <div class="page-break"></div> <p>This text will appear on page 2</p> */
Example use of CSS page-break property for inserting a page break after the element.
Updated: Friday 8th October 2010, 11:00pm
There are 0 comments
Comments are currently closed.