Created
October 17, 2018 14:51
-
-
Save terngkub/bf147c6ac81e47f9c0e44a444c31b716 to your computer and use it in GitHub Desktop.
HTML page break
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Code from https://www.lvsys.com/how-to-add-page-breaks-to-html-in-articles | |
| ... content in page 1 ... | |
| <p style="page-break-after: always;"> </p> | |
| <p style="page-break-before: always;"> </p> | |
| ... content in page 2 ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment