Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to wrap text around an image (that can be placed left or right) with CSS? Re: How to wrap text around an image (that can be placed left or right) with CSS?

#83480
kMist
Member

If you use CSS you would likely mark it up like this:

Test B1
img.float_left {
float: left;
margin: 0 10px 10px 0; /*give it some space around the right and bottom of the image so the text does not touch*/
}