HaloCRM Guides
Guides > Adding a page break (page-break) in the HTML for PDF documents (IronPDF)
Adding a page break (page-break) in the HTML for PDF documents (IronPDF)
https://ironpdf.com/docs/questions/html-to-pdf-page-breaks/
You can force a page break with this
<div style='page-break-after: always;'> </div>
avoid breaks with this
<div style='page-break-inside: avoid'>.
<img src='no-break-me.png'>
</div>
OR
<style type="text/css">
table { page-break-inside:auto }
tr { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }
</style>
Popular Guides
- Asset Import - CSV/XLS/Spreadsheet Method
- Call Management in Halo
- Creating a New Application for API Connections
- Creating Agents and Editing Agent Details
- Departments, Teams and Roles
- Halo Integrator
- Importing Data
- Multiple New Portals with different branding for one customer [Hosted]
- NHServer Deprecation User Guide
- Organisation Basics
- Organising Teams of Agents
- Step-by-Step Configuration Walk Through
- Suppliers