Miscellaneous

page-break-after

In printing, this property determines if a page break should occur after the selected element. Page break properties can not be used with positioned elements.

Example

page-break-after: 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!