<table>
<tr>
<td>
<img src="my image.jpg" alt="my image"/>
</td>
<td>
some text for image
</td>
</tr>
</table>
<div>
<div style="float:left;">
<img src="my image.jpg" alt="my image"/>
</div>
<div style="float:right;">
some text for image
</div>
</div>