Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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.

irt.org | Knowledge Base | HTML | Q2077 [ previous next ]

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 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.'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.