Wrapping Text around Images

Is there a way to wrap text around images?

I have a 500-ish character string.  I want to place an image and have the text wrap around it.  The only way I can think of doing this is to break up my string into three pieces.  The first piece would display full width. The second part would break at about 2/3.  I’d display my image in the other 1/3.  Then the last piece would go back to full width. 

Hi Dave,

Yes, I think this is the best approach (there is no “auto wrap” feature). You could also build a string parsing method to divide up varying strings into chunks, to display them in (say) different languages or something like that.

Brent

Hi Dave,

Yes, I think this is the best approach (there is no “auto wrap” feature). You could also build a string parsing method to divide up varying strings into chunks, to display them in (say) different languages or something like that.

Brent