In printing, this property determines if a page break should occur after the selected element. Page break properties can not be used with positioned elements.
page-break-after: 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. |