page-break-after
Name: page-break-after
Description: Specifies the page break to take place after an element.
Browser Compatibility: IE 4+ / NN 7+ / O 3.5+
Inherited: No
Values:
- always
- auto [Initial value]
- avoid
- inherit
- left
- right
Code Example:
table {page-break-after: avoid;}