Size: 273
Editor: 68
|
Size: 283
Editor: 68
|
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
Toggle line numbers
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 68)