Home → References → CSS Properties →
CSS Property: page-break-inside
Used in paged media. Specifies how a page break should be applied inside a block box, forcing a new page box.
HTML Dog is hosted by Titan Internet
Possible Values
inheritauto(default) - Does not force or forbid a page break.avoid- Forbids a page break.
Example
#africa { page-break-inside: avoid; }

