'page-break-after' Example : page break after « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'page-break-after' Example

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

    
      
      








Related examples in the same category

1.'page-break-after' Syntax and Note
2.'page-break-after' Possible Values
3.'page-break-after' is applied to