Float a div?

I’m trying to figure out how to
have it so that the text in
http://www.dev.urturt.com/product/3rd-annual-urt-dig-event-registration/
wraps around the images div, is something like this right?
div.images { display: inline }
div.summary { width: 100%; display: inline }

http://codepen.io/ryanreese09/pen/PqzaxZ

Are you talking about that effect? You essentially need to have afloat, and then the text that you want to wrap needs to not be floated.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.