CSS PAGE-BREAK-INSIDE - CSS3 Examples

CSS PAGE-BREAK-INSIDE

Written by jon on 12:44 AM
This property specifies the page-breaking behavior that should occur inside an element’s rendering box. Page breaks are not allowed in absolutely positioned elements.
Example
p { page-break-inside: auto }

<p style=”page-break-inside: auto”>Test text in the paragraph</p>

Possible Values
Value Description
inherit Explicitly sets the value of this property to that of the parent.
auto Insert page breaks inside the element box as necessary.
avoid Avoid inserting page breaks inside the current element box if possible.

Related Posts by Categories



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS PAGE-BREAK-INSIDE ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :