HTML Template table breaks with journal field

Dominique15
Tera Contributor

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

2 REPLIES 2

Aman Kumar S
Kilo Patron

Hi @Dominique15 

Try using below attribute:

<table style="page-break-inside: avoid"> your content </table>

 
 
Best Regards
Aman Kumar

Thanks for the idea @Aman Kumar S , but it didn't solve the issue.

 

Kind regards,

Dominique