HomeReferencesCSS 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, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • auto (default) - Does not force or forbid a page break.
  • avoid - Forbids a page break.

Example


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