Hello,
thanks for your response. Unfortunately we could not make it work.
The final HTML-code for the table that will be embedded is this one:
<table width="100%" style="table-layout: fixed;">
<style>
table {
font-size: 10pt;
border-collapse: collapse;
border-spacing: 0px;
}
tr.border_top_bottom td {
border-bottom: 1pt solid black;
border-top: 1pt solid black;
}
tr.border_top_only td {
border-top: 1pt solid black;
}
tr.border_bottom_only td {
border-bottom: 1pt solid black;
}
tr {
page-break-inside: avoid;
}
</style>
<tr width="503.15pt" class="border_top_bottom">
<td width="75pt" valign="top">
<b>10:30 AM</b>
<br/>
(15 minutes)
</td>
<td width="252pt" valign="top">
<b><phpdocx_link data-text="Maurice Nicolas" data-url="#7d6a55a24099ef9068ad4bbbc35aa0d1" /></b> - BioNTech AG<br />
Business Development<br />
P: +1169005827387<br />
C: +1 231-607-8121<br />
demo_qmbc9b@troutaccess.com <br/>
<b><phpdocx_link data-text="Hans Hansen" data-url="#1c6bd954cd94500481cd13cb21fda279" /></b> - ABC Capital<br />
PNC Relationship Manager<br />
hans.hansen@gmail.com </td>
<td width="176pt" valign="top">
Germany
</td>
</tr>
</table>
The strange thing is that when we use anchor tags it works perfectly fine, however we cannot use them as we need to link to another position in the document.
Thanks!