Took me a while to figure out what you were asking but I think I've grasped it.
You can add lots of attributes to a simple <img> tag literally thousands which are all accepted by major browsers.
Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg">
Thats the normal image with no attributes, if you want to add an attributes you put a space just after the speech mark and put in your attribute; in this case is the alignment.
Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right">
And its the same for vspace and hspace.
Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right" vspace="5" hspace="5">
Etc. for as many as you need and want, simply as pie; mmm pie (time for a pie binge)
