Forum


Replies: 3   Views: 1097
Phpdocx_link is adding/removing breaks
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by ralfjahr  · 12-04-2021 - 13:25

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!