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






'page-break-before' Example

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

    
      
      








Related examples in the same category

1.page break before: always