Hi,
we insert an HTML table via embedHTML. Is there a way to prevent it from being split by a page break?
Thanks,
Ralf
Hi,
we insert an HTML table via embedHTML. Is there a way to prevent it from being split by a page break?
Thanks,
Ralf
Hello,
Please check the documentation available on the following page: https://www.phpdocx.com/documentation/snippets/prevent-break-table-HTML . You need to use page-break-inside and page-break-after styles.
Regards.