#36152
Hi,
We have a table rendering issue with this simple case :
<table style="border-style: solid; border-color: #000000; width: 100%;border-collapse: collapse;border-width:2px;">
<tbody>
<tr style="background-color: #c2e0f4;">
<td>Text1</td>
<td>Text2</td>
<td>Text3</td>
</tr>
</tbody>
</table>
<table style="border-style: solid; border-color: #000000; width: 100%;border-collapse: collapse;border-width:2px;">
<tbody>
<tr style="background-color: #c2e0f4;">
<td>Text1</td>
<td>Text2</td>
<td>Text3</td>
</tr>
</tbody>
</table>
The text is invisible in the cells (it seems to be still present but not visible)
It works fine without the border-collapse rule.
Attachments:
You must be
logged in to view attached files.