HTML Template table breaks with journal field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2023 05:28 AM
Hi guys,
we discovered an issue with using HTML document templates for printing a form view to PDF. In our case we print some fields from the incident form.
To structure the template we use tables. One row includes comments and work notes from the activity stream. And that row crashes the table after creating the pdf file.
The PDF looks like the right table border isn't there anymore. Please check my attached screenshot.
Does anyone has a workaround or idea how to fix this issue?
Thank you very much!
Kind regards,
Dominique

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2023 05:48 AM
Hi @Dominique15
Try using below attribute:
<table style="page-break-inside: avoid"> your content </table>
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2023 07:09 AM