Originally Posted by dgatwood
I've never seen any rendering engine that supports "page-break-inside:avoid", including in browsers that claim to support it. Occasionally, you get lucky.
No, wait, that's not quite true. I've seen it work for images, and in some cases, for tables. I've never seen it work on a div or any other element that contains other block elements.
The only surefire way I've seen to make that work is with an image (which can be SVG).
|