'page-break-after' Example
<html> <body> <div style="page-break-after:'always'; background-color:#EEEEEE; width:400; height:70"> When printing, there will be a page-break after this object. </div> </body> </html>