Forum How do I...?

Image placement at column top corner in single column.

Eara_2018
Hi,

How to place the figure at column top corner in single column layout. I have tried with "column-top-corner", but it's not get the required output. I have attached my requirement.



  1. Capture.PNG60.0 kB
Eara_2018
Hi Mike,

Do you have any idea on this.

Thanks,
Eara
mikeday
How about this:
<div style="columns: 2">
<div style="float: prince-top-corner; border: solid red thin">
Float
</div>
<p>
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
Some column text.
</p>
Eara_2018
This is not works for XML.
mikeday
The markup and styling may require some adjustment, but the same principle should apply.