page break in html?
page break in html?
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- ldww0
add this in your css:
.page {
page-break-after: always;
}then apply that class to the table, div, or span you want to be on a page. it will page break after that.