add linespace after left-aligned image
-
Is it possible to add css for all or a select number – up to 5 (or all) of left-aligned images (right-aligned are not a problem) so that any text will appear BENEATH the image and NOT to the right of it?
maybe to add a line-space?
-
Hi there, if you wish the image to be on its own, without wrapped text, you want to set images you want to be on the left as alignment “none”. The text will start below the image.
-
I should add that left and right aligned images will have text wrap around them. Center and “none” aligned images will not.
-
Crikey.. what an idiot I have been… and no one has mentioned before that ‘none’ would give the same result….
I have been using <div style=”height:1px; clear:both”></div>
but that doesn’t work on the new AMP pages…THANK YOU! :)
-
You are welcome, and you are not an idiot, you simply didn’t know. Happens to all of us. Glad that worked for you.
-
-
- The topic ‘add linespace after left-aligned image’ is closed to new replies.