Faqts : Business : Internet : Web : HTML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

155 of 203 people (76%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How to enforce a page break in a HTML document when printing?

Feb 4th, 2000 11:40
Martin Honnen,


CSS has some properties to do so which are supported by IE4/5:
  <P STYLE="page-break-before: always;">
or
  <P STYLE="page-break-after: always;">
Of course the P paragraph serves just as an example and the style can 
be applied to other HTML elements as well.