Floating Text Around Images

I’m drafting a post that will be heavy on screenshots/thumbnails of various apps. To save space and to make it look more readable, I will need to float (wrap) text around images. Please know that I have basic html knowledge, and I’m new to CSS. What would be the most efficient way to float text with padding? I’ve researched and experimented, but can’t get it to look quite right.

You can view the post I’m drafting here: https://write.as/8ymswjtzfqum7x2n.md

Please and thank you for any help!

Hi @jhops! The best way to do floating/wrapping text around images is by adding an image HTML element instead of Markdown and adding style to do the wrapping. It looks like this is what you’re doing already in the test post so you’re on your way!