Search found 1 match

by TomX
Wed Sep 04, 2019 3:16 pm
Forum: Bug reports
Topic: Table "rowspan" parameter does not work
Replies: 1
Views: 3133

Table "rowspan" parameter does not work

The editor does not save properly the following code:

<table>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<td rowspan="4">aaaa</td>
<td></td>
<td></td>
<td></td>
<td rowspan="4"></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td ...