Printing Issues - CSS page breaks

Copper Contributor

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.

2 Replies
Did you ever figure out a solution? I'm having the same issue.
Nope!