HTML Dog
Skip to navigation

CSS Property: page-break-inside

Used with paged media. How a page break should be applied inside a block box, forcing a new page box.

Possible Values

ValueDescription
avoidForbids a page break.
autoDoes not force or forbid a page break. Default.
inherit
initial
unset

Example


#africa { page-break-inside: avoid; }

Browser support

Can I Use css-page-break? Data on support for the css-page-break feature across the major browsers from caniuse.com.