It would be great if we can wrap text around an image in the news feed. Currently the text can be placed only above or below an image.
What it would look like:
Thank you for your consideration.
Linda
It would be great if we can wrap text around an image in the news feed. Currently the text can be placed only above or below an image.
What it would look like:
Thank you for your consideration.
Linda
Linda Jones - You can accomplish this with some basic CSS in the source code editor. Something like this
<img style="float: left; width: 50%; margin: 0 1em 1em 0;" src="https://image_url.png" />