How can I right-align an image using CSS.
I do not want the text to wrap-around the image. I want the right aligned image to be on a line by itself.
wrap-around
<img style="float: right;" alt="" src="http://example.com/image.png" /> <div style="clear: right"> ...text... </div>
jsFiddle.
1.4m articles
1.4m replys
5 comments
57.0k users