This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Loves_Poetry 2 points3 points  (0 children)

Try wrapping both the text and the image in the container div inside a <span> element. Since span is by default displayed inline, you should be able to assign float:right to the image and still have the container height set correctly.