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






'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>

    
      
      








Related examples in the same category

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