Table "rowspan" parameter does not work

Please report bugs here!

Moderator: Thorsten

Post Reply
TomX
Posts: 1
Joined: Fri Aug 23, 2019 8:41 am

Table "rowspan" parameter does not work

Post by TomX »

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>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>

rowspan is deleted every time
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Table "rowspan" parameter does not work

Post by Thorsten »

Hi,

which version do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply