Q2077 When printing my HTML forms, how can I control where the forms break across pages? I intend for my users to fill out forms online and then print them, but so far I am not able to control the page breaks.
You are here: irt.org | FAQ | HTML | Q2077 [ previous next ]
You can use the CSS property page-break-before, for example:
<TABLE STYLE="page-break-before:always">
....
</TABLE>
Feedback on 'Q2077 When printing my HTML forms, how can I control where the forms break across pages? I intend for my users to fill out forms online and then print them, but so far I am not able to control the page breaks.'
©2018 Martin Webb