I'm not sure I get what you are asking, but if you're trying to make the text flow around the image, putting a float on the image will help you get that effect. style="float:right;" or style="float:left;" depending on where you want the image. Put the text below the image, with the image floated the text will move up and absorb the free space.
Hope it helps,
Joe