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

The edges of a page

lasmit wrote on 2014-09-04:
I have an issue where the pagination isn't taking into account the full box model and so some elements appear on two pages. Here's an example:

https://www.dropbox.com/sh/pczxrpj8kf8by4n/AAAs91QMAzE5mg2uvbfA_jJXa?dl=0

from HTML:

http://www.pclstorecheck.co.uk/test/auditDownload.php?auditId=58&storeId=49&coverOrBody=body

Any assistance greatly appreciated.
support wrote on 2014-09-04:
Hello,

In order to avoid page breaks inside block level elements, you can try this CSS:
img, td, th { page-break-inside: avoid; }