Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Floats Automatic in Single Post Template WordPress Re: Floats Automatic in Single Post Template WordPress

#98648
TheDoc
Member

If you want text to flow around the images, they’ll have to be a part of the post and floated. You’ll end up with some pretty crazy positioning if you try to do it any other way.

Why not just get the user to put the images into the post and then use CSS and nth-child to style each image accordingly? Or, for further browser support, you could use jQuery.