Skip to main content

Can you wrap text around images?


I’m trying to do this, but my images just seem to float over the text, and I have no option of adding images inside the text editor. Basically, I just need an inline image that I can align=“right” or align=“left” … this really can’t be that hard… am I missing something?

Hi Jonathan,


Unfortunately at the moment it is not possible to do this directly with the Unbounce editor, however there is a work around. First create your page with the image placed in it using the image widget in the editor. Now publish this page so that the image is published to a publicly accessible url. Load the published page in a browser and determine the URL of the image. (if you right click on it there should be a menu option in most web-browsers to copy the image url)


Now back in the editor double click on your text to enter the text editor. Click on the source button to view the HTML source of the text. Before the text you can now manually enter an image element with src attribute set to the URL and the style attribute set to “float:left” or “float:right”. For example you will have something that looks like this:




Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.


I hope this helps.


We do plan on building this functionality into the editor eventually.


Justin


Thanks Justin! I ended up just adjusting the text around images for the time being… it would be a great feature to have. I think all you’d need to do is add the option to add images in the text editor.


Reply