Advertisement
Hodge-1053

Breaking pages up in HTML (code)

Jun 26th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <HTML>
  2. <HEAD>
  3. <TITLE> -- INSERT TITLE HERE! -- </TITLE>
  4.  
  5. <STYLE>
  6. P.lastsection {Page-Break-After: left;}
  7. </STYLE>
  8.  
  9. </HEAD>
  10.  
  11. <BODY>
  12.  
  13. <P class="lastsection">This is Page One</P>
  14.  
  15. <P>This is Page Two</P>
  16.  
  17. </BODY>
  18. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement