You can make the image "float," like this:
CODE
<img src="path/to/picture.jpg" style="float:left;">This text is wrapping.
You may also want to add some padding around the picture, which you can do like this:
CODE
<img src="path/to/picture.jpg" style="float:left; padding:3px;">This text is wrapping.