Below, using CSS, is a floated image with pseudo caption below image using float.
<style>
#textDiv {height:125px;} /*reserve vertical space*/
#imgDiv {float:right;}
</style> <div id="textDiv"> <div id="imgDiv"> <img id="image" src="form_first.png" width=25 height=100 alt="" border="0"> <br />An Image </div> asdf jkl; asdfklj; asdflkj<br />On another line. </div>

An Image
asdf jkl; asdfklj; asdflkj
On another line.