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-inside

Definition

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

Example

  1. div {page-break-inside: avoid}

Characteristics

Possible values

avoid
Avoid a page break inside this element.
auto
Has no influence on page breaks.
inherit
Use the same computed value as the parent element for this property.

Default value

auto

Applies to

Block-level elements

Inherited

Yes

See also