CraigAnderson
Jun 26, 2020Copper Contributor
Printing Issues - CSS page breaks
I seem to be having printing issues relating to the use of CSS page breaks.
If I have a page with a series of tables, I'll typically do something like this in my stylesheet:
@media print {
table{page-break-after:always; page-break-inside:avoid;}
}
While the new Edge responds to other media directives, it seems to ignore page break instructions entirely, so I get page-spanning tables. Is anybody else having these issues? It really makes for ugly printed tabular reports.