I agree with this report....but it ONLY happens if you do not include the <table> tags around the <tr>/<td> tags. The "mend" function doesn't know it's supposed to be a table without the <table> tags...and removes the <tr>/<td> tags.
I recommend you use the following code:
Code:
<table>
<tr>
<td>cell1_3</td>
<td>cell2_3</td>
<td>cell3_3</td>
<td>cell4_3</td>
</tr>
</table>