Type the following text in HTML mode
<br />
<table background="http://cutesoft.net/CuteSoft_Client/CuteChat/images/141x44-online.gif" border="0" cellpadding="23" cellspacing="23" height="562" width="570">
<tbody> <tr> <td height="235" valign="top"> </td> </tr>
<tr> <td style="font-size: 12pt;" height="190" valign="top"></td> </tr>
<tr> <td valign="top">Random Text Here</td> </tr>
</tbody> </table>
Now switch to Normal mode (image shows), switch to HTML mode, switch to Normal mode (image no longer shows), switch to HTML mode, you get the following HTML now!
<br />
<table height="562" cellspacing="23" cellpadding="23" width="570" background="http" border="0" 141x44-online.gif images CuteChat CuteSoft_Client cutesoft.net :>
<tbody>
<tr>
<td valign="top" height="235"> </td>
</tr>
<tr>
<td style="font-size: 12pt" valign="top" height="190"></td>
</tr>
<tr>
<td valign="top">Random Text Here</td>
</tr>
</tbody>
</table>
Jason