This property, when the page is sent to a printer, determines whether a page break occurs before the selected element. Page break properties can not be used with positioned elements.
page-break-before: always;
IE5.5+, FF1+, SA1.3+, OP9.2+
| always | Forces the following element to appear at the top of a separate printed page. |
| auto | Property value set automatically. |
| avoid | Prevents a page break after an element. |
| left | Left side value. |
| right | Right position value. |