You can make the text wrap around the image by adding a simple attribute to the image tag.
* To place the image on the left, and wrap text around its right side, add align="left" to the image tag (ex., <img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="left">)
* To place the image on the right, and wrap text around its left side, add align="right" to the tag (ex., <img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right">)
* To add a bit of space around the image, add hspace="5" to add 5 pixels to either side. Use vspace="5" to add 5 pixels to the top and bottom. A larger number will give more space around the image.
* To stop the text from wrapping around an image, add the following after the image or where you want the wrapping to stop...
<br clear="all">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Above is a some tips on HTML code from SBI for help with adding image & words around the image...
When it says add hspace="5" OR vspace="5" HOW EXACTLY will that be written in the body ??
Can You show me an example please with an image.... Thanks, Bob