CSS

How To Wrap Text Around An Image Using CSS

9 comments Written on January 19th, 2011 by
Categories: CSS
How To Wrap Text Around An Image Using CSS

One of the first lessons every new designer wants to learn is how to wrap text around an image using CSS. Here’s an example of what it looks like before we wrap text around an image.

Not very attractive, for sure, so it’s understandable that everyone wants to learn how to accomplish this task. Luckily, this is an easy lesson, so it’s perfect for understanding why CSS can be so useful and powerful.

The Other Way First

Let’s start by mentioning that text can be wrapped around images using HTML instead of CSS. By simply adding an align attribute to … Read the rest