In the CSS of the document or attached CSS add the following:
div.pagebreak {
page-break-after: always;
}In the body of the document where you want to place the page break at the following:
<div class="pagebreak"> </div>
This will create a page break when the pages are printed.
For more information about CSS page breaks.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=909145&SiteID=1
No comments:
Post a Comment