Forum Discussion
AllanDunlop
13 years agoCommunity Member
Text boxes--wrapping text around an object
Is there a way to insert an image in a text box, and have the text flow around it? (Similar to the 'float' function in HTML.)
If not, does anyone know of a workaround that replicates this? Thanks...
GaryCollins
10 years agoCommunity Member
This shouldn't be hard for them to do, and surprised they haven't already.
I can see the text not wrapping if the textbox and image are two separate objects.
But, if you had the option to add an image inside of a text box then the text should wrap around it with no issues.
I would think that this would be basic html programming.
<div>
<img src="someimage.jpg" style="float: right;">
Here is some text in the container
</div>
Off to make feature request.