Home › Forums › CSS › Floats Automatic in Single Post Template WordPress › Re: Floats Automatic in Single Post Template WordPress
March 9, 2012 at 5:08 pm
#98648
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.