'page-break-inside' Example : page break inside « CSS « HTML / CSS






'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