Is there a way with CSS to wrap text on both sides of an element (like an image). I am trying to create an image located in the middle of a paragraph and would like the text to flow above it. Please see the image for an example.

Positioning an element usually infers it from the document stream; so it won’t work.
Ahmed source
share