Page Breaks in Internet Explorer with CSS
Ben Richardson made a comment regarding my post on Reporting with XML/XSLT and the lack of ability to control page breaks when printing. Since this was an issue I had initially faced as well, I felt I would post my findings.
There are a few CSS2 attributes implemented in Internet Explorer >= 4 that one can use to control page breaking behavior for print: page-break-before, and page-break-after. The CSS2 also defines page-break-inside; however, to my knowledge, no browser yet implements it.