CSS page-break-inside Property


In CSS, the page-break-inside property specifies how the page breaks inside the element to which it is applied when printing. It inserts a page break or is sometimes used to avoid printing a page break within an element.

Syntax

Example


Property Values

Value Description
auto Default. Automatic page breaks
avoid Avoid using page breaks within the element (if possible).
initial This property is set to its default value.
inherit This property is inherited from its parent element.

Supported Browsers

Property Chrome Firefox Safari Edge / IE Opera
page-break-inside 1.0 19.0 1.3 8.0 7.0