Wrap text around an image (or any element)

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. http://i42.tinypic.com/14mvp69.jpg

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

+3
source share
3 answers

I don’t think so, no. Not without working with multiple text columns.

I just put together one possible solution. You can access it at http://www.sampsonresume.com/labs/img-in-middle/

+3
source

, , , - A List Apart: : . , ALA "". , .

.

+1

Not without a very complicated / tedious analysis of the text. But anyone who tries to read this text hates you if you make them jump back and forth in the image twice in a row, so this is probably good.

0
source

All Articles