As I was looking for a solution I found this: Preventing Page Breaks in a Table When Printing
.reportTable {
page-break-inside: avoid;
}
It was sad to see that it only works in opera. Does anyone know a solution to not let tables and div's to be broken?
Also the previous asker told:
.reportTable {
page-break-after: always;
}
Can be used but leaves a lot of useless space