Hi, I am putting together a page layout and trying to layout text blocks that wrap around an image but are separated by smaller than a full line between paragraphs, in other words a “space after”.
From reading other posts in the forum it seems that the only way to have control over the space after is to put each paragraph in its own div and use margins, which is a bit of a pain if you have significant amounts of text to add.
In addition, in order to make the paragraph flow around an image I could not simply make it “inline” as it would run into the previous paragraph.
To solve this I have put each para in its own element and created a div for the para (inline) and image so that the text can run around the image.
Is there a better way to do this?
Ideally what I want is to add an image to text where the height of text paragraph spaces can be controlled.
https://preview.webflow.com/preview/text-test?preview=35bfc9f0ca42ec311cc028eca125ec1a
Thanks,
John