CSS PAGE-BREAK-AFTER - CSS3 Examples

CSS PAGE-BREAK-AFTER

Written by jon on 12:45 AM
This property specifies the page-breaking behavior that should occur after an element box and on what side of the page the content that follows should resume on. Page breaks are not allowed in absolutely positioned elements.

Example
p { page-break-after: always }

<p style=”page-break-after: always”>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 a page break before the element as necessary.
avoid Avoid inserting a page break before the current element box.
leftright left: Force one or two page breaks after the current element box until a blank left page is reached.

right: Force one or two page breaks after the current element box until a blank right page is reached.

always Always force a page break before the current element box.
{empty string] No property value is used in this case. A page break is not inserted before the current element box.

Related Posts by Categories



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

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

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