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.