In firefox only, if the content begins with a <td> tag and has a <table> tag embedded within, the starting <td> tag is deleted. Example:
<td><table>.......</table></td>
BECOMES (on firefox only)
<table>.......</table>
<td><table>.......</table></td>
BECOMES (on firefox only)
<table>.......</table>