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?
July 16, 2011 at 9:29 am
#83478
Member
If you have an image that you want shown to the left you would have:

Paragraph goes here
This would make the image to to the left side of whatever container you have it in (div) and the text would wrap around it.
Now once you progress in your knowledge of css you will come to avoiding putting inline styling in your code and you will use css for these things but search for info on “float” and you will find a ton of info out there for you to digest.