page-break-inside
Definition
The page-break-inside property specifies page break behavior inside an element when printing a Web page.
Example
div {page-break-inside: avoid}
Characteristics
Possible values
avoid- Avoid a page break inside this element.
auto- Has no influence on page breaks.
inherit- Use the same computed value as the parent element for this property.
Default value
auto
Applies to
Block-level elements
Inherited
Yes
See also