Just experiencing today, when editing an scheduled post the editor shows the 'text' area with the correct html coding for a table, f.i:
<table style="text-align:center;" width="500" border="0" cellspacing="2" cellpadding="2" align="center">
<tbody>
<tr>
<td style="text-align:right;" valign="baseline" bgcolor="#ff6600" width="33%">
<h3><span style="color:#ffffff;"><span class="style1 style41">Artista</span></span></h3>
</td>
<td bgcolor="#cccccc" width="67%">
<h3 style="text-align:left;"><span style="color:#993300;">Cannonball Adderley
</span></h3>
</td>
</tr>
<tr>
<td align="right" valign="baseline" bgcolor="#ff6600"><span style="color:#ffffff;">Àlbum</span></td>
<td style="text-align:left;" bgcolor="#cccccc">Somethin' Else</td>
</tr>
<tr>
<td align="right" valign="baseline" bgcolor="#ff6600"><span class="style41"><span style="color:#ffffff;">Cançó que escoltes </span></span></td>
<td style="text-align:left;" bgcolor="#cccccc"><span style="color:#993300;">Love for Sale
</span></td>
</tr>
</tbody>
</table>
By changing to 'visual' and again to 'text' the editor shows:
<table style="text-align: center;" border="0">
<tbody>
<tr>
<td style="text-align: right;">
<h3><span style="color: #ffffff;"><span class="style1 style41">Artista</span></span></h3>
</td>
<td>
<h3 style="text-align: left;"><span style="color: #993300;">Cannonball Adderley
</span></h3>
</td>
</tr>
<tr>
<td><span style="color: #ffffff;">Àlbum</span></td>
<td style="text-align: left;">Somethin' Else</td>
</tr>
<tr>
<td><span class="style41"><span style="color: #ffffff;">Cançó que escoltes </span></span></td>
<td style="text-align: left;"><span style="color: #993300;">Love for Sale
</span></td>
</tr>
</tbody>
</table>
loosing background color and alignment.
Very strange...
Please help !
Thanks
The blog I need help with is toies.wordpress.com.