More on text handling

Hi Geoff,

This isn’t something that Xway supports natively yet (we’re planning to do that in future), but you can use CSS Flexbox (via Extended Properties in Xway) to arrange boxes side by side.

See this thread:

Floating text around images is also something that Xway doesn’t support natively yet (it’s on the to-do list), but once again you can use Extended Properties to do this - select the image and add a property called “float” with a value of “left” (or “right”), omitting the quotes.

Jeremy