Can’t get text to wrap around image
-
Since I’m new at this, I haven’t been able to insert an image on the right or left of a page in any theme so that text will appear next to it, rather than above or below it.
I’ve tried every trick that people who had this problem said would correct it, and I tired putting the following code into my styles.css:
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }But nothing seems to work. Sometimes one line will appear next to the image, and the rest will appear above or below it.
Since I can’t believe that doing something so simple can possibly be that hard, I was wondering if someone here could tell me what the trick is?
Thanks very much in advance.
The topic ‘Can’t get text to wrap around image’ is closed to new replies.