<table>
<tr>
<td rowspan="2">
Cell One
</td>
<td>
Cell Two
</td>
<td>
Cell Three
</td>
</tr>
<tr>
<td>
Cell Five
</td>
<td rowspan="2" style="color:red;">
Cell Six is bigger than this?vb
</td>
</tr>
<tr>
<td>
Cell Seven
</td>
<td>
Cell Eight
</td>
</tr>
</table>
Cell One and Cell Six render differently.
Also, I tried adding style="height:100%" to Cell Six and it stopped rendering completely