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


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » page break after »

 

'page-break-after' Example



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

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» page break after