removing wrap around text from images
-
have 2 images aligned on same line
text wraps around 2nd image as it is aligned ‘left’
if aligned ‘center’ ((which will eliminate wrap), image moves to next line.
have tried inserting page breaks, lines, etc.
have resized images to no availThe blog I need help with is: (visible only to logged in users)
-
That’s expected behavior with left or right aligned images: the rest of the content is supposed to wrap around. To cancel the wrap-around effect, switch the editor to Text (=code), and either enclose the first paragraph that follows the two images in this code:
<p style="clear:both;"> PARAGRAPH HERE </p>or paste this before that paragraph:
<div style="clear:both;"></div> -
Thank you, Thank you, Thank you!
Have spent 3 hrs searching for the answer in the WordPress forum, etc.
What have I been missing? Is it somewhere in Support?? -
- The topic ‘removing wrap around text from images’ is closed to new replies.