Can you suggest a way to float a container inside a block of text - for example, if I wanted to display a Quoted Text or an image inside a block of text so the text flows around it? I know I could "fake it" with rows and columns, like this:
Row: First part of text, full width
Row: Next part of text in row split into 2 columns, the other column has the image, quote, etc.
Row, remainder of text, full width
However, that's too rigid. It would be hard to get the text exactly right so it looks like a continuous flow, and any editing I did would throw it off. So I'm looking for a way to do an authentic "float". Thanks again!
I'm afraid not, it's a general question. But I found a solution: In a Text Block, I used the Text view to float a div inside the text block, and applied your Quoted Text classes to the div so it visually looks the same. It was also necessary to apply a max-width to the div so it wouldn't occupy the full width of the div, and text could flow around it.
Hello,
Can you suggest a way to float a container inside a block of text - for example, if I wanted to display a Quoted Text or an image inside a block of text so the text flows around it? I know I could "fake it" with rows and columns, like this:
However, that's too rigid. It would be hard to get the text exactly right so it looks like a continuous flow, and any editing I did would throw it off. So I'm looking for a way to do an authentic "float". Thanks again!
Gordon
Hi, sorry, сan you pls provide more details with screenshots?
I'm afraid not, it's a general question. But I found a solution: In a Text Block, I used the Text view to float a div inside the text block, and applied your Quoted Text classes to the div so it visually looks the same. It was also necessary to apply a max-width to the div so it wouldn't occupy the full width of the div, and text could flow around it.
Please give a specific example, only this way I can help you.