I am trying to use rowspan in a table with thead and tbody ex.
<table>
<thead>
<tr>
<td rowspan="2">test</td>
<td>Initials</td>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
But it does not allow me to do it.
Is there a way arround? Or do I have to remove the thead and tbody to be able to use rowspan?
Thanks in advance.
The td would span if there where another tr inside the same thead.
It is what Pekka says: rowspan cannot cross thead or tbody boundaries. So try to move them together.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With