Text around picture

Hello,

How can I have text displayed around pictures in a post edited with Cornerstone, like this:

Thanks for your help,

Hi There @Kimamori

Thanks for writing in! Inside your Text element, you can place image tags with the path to your images and set an inline style to float your images left or right.

Example
<img style="float:right;"src="http://path.to/your/image.jpg"/>
<img style="float:left;"src="http://path.to/your/image.jpg"/>

Hope that’s clear.
Thanks!

Yes, it was very clear and it helped !
Thanks,

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.