What you are probably looking for is the float property.
You can use float:left; or float:right; (there are other options as well, but these are most common).
you would do something like this <img src=”image path” style=”float:left; padding:5px; border:0px;” />
This will allow text or anything else to be next to the image. The padding allows a little [...]