Differences between revisions 1 and 2
Revision 1 as of 2019-04-23 12:08:33
Size: 273
Editor: scot
Comment:
Revision 2 as of 2019-04-23 12:09:49
Size: 283
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
{{{#!html {{{#!highlight html

Just a collection of HTML odds and ends

How to create a page break

   1 <html>
   2 <body>
   3 
   4 This is the text for page #1.
   5 
   6 <p style="page-break-before: always">
   7 
   8 Page #2...
   9 
  10 <p style="page-break-before: always">
  11 
  12 Page #3...
  13 
  14 </body>
  15 </html>

HtmlOddsAndEnds (last edited 2019-04-23 12:13:37 by scot)