Miscellaneous

page-break-before

This property, when the page is sent to a printer, determines whether a page break occurs before the selected element. Page break properties can not be used with positioned elements.

Example

page-break-before: always;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

always Forces the following element to appear at the top of a separate printed page.
auto Property value set automatically.
avoid Prevents a page break after an element.
left Left side value.
right Right position value.

Related properties

Can be used with..

Search the Soup!