Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

page-break-after

Definition

The page-break-after property specifies page break behavior after an element when printing a Web page.

Example

  1. hr {page-break-after: always}

Characteristics

Possible values

auto
Has no influence on page breaks.
always
Force a page break after the element.
avoid
Avoid a page break after the element.
left
Force one or two page breaks after the element so that the next page is formatted as a left page.
right
Force one or two page breaks after the element so that the next page is formatted as a right page.
inherit
Use the same computed value as the parent element for this property.

Default value

auto

Applies to

Block-level elements

Inherited

No

See also