This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Page breaks mid-line of text

SquareEye wrote on 2016-01-20:
Hi - we're getting PDFs which split a line of text - see attached, where you can just see the top of the text at the top of page 2 displaying at the bottom of page 1. Is there an easy way to avoid this? We've already got a CSS rule to say this for list items (and it's a list item that is getting split):

-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;

Thanks for any advice!
support wrote on 2016-01-25:
Hello,

This issue sometimes occurs with multi-column div layouts. Unfortunately, there isn't an universal recipe to avoid it. If this problems occurs, we recommend using tabular layout instead of floating divs.