HTML/CSS/CSS Attributes and Javascript Style Properties/page break inside
"page-break-inside" Example
<html>
<body>
<div style="page-break-inside:"always";
background-color:#EEEEEE;
width:400;
height:70">
When printing, there will be a page-break inside this object.
</div>
</body>
</html>