Quote:
Originally Posted by bgoldnyxnet
I have tried adding page-break-within:avoid, but that doesn't seem to affect things at all. My boxed tables still end up split between pages.
|
I agree to what DiapDealer said. Just one thing: isn't it supposed to be page-break-inside:avoid? I have not found a css-style called page-break-within
Unfortunately, there is simply no way to guarantee that the page-break-properties will be followed. When I handle large tables or large boxes that are so large that the most likely will be split anyway, I usually put them in their own html-file, thus ensuring that they always start at a new page. If the reader software needs to break them, then so be it. It is impossible to avoid.