page-break-inside

Specifies if an element should have a page break forced inside of the element or if page breaks should be avoided inside the element when the page is printed.

Platform Support

IENetscapeMozillaOperaSafari
no6.0+1.0+7.0+no

Values

inheritInherit the value from the parent element.
avoidAvoid a page break inside the element.
alwaysAlways insert a page break inside the element.
autoPage break behavior to be determined by the user or window settings.

Availability

W3C CSS2

Related

text_css aptana_docs