Still struggling with adding pictures into specific rows
-
How do I add pictures into a page but to a specific row? Change the orders of images
Thanks
Sarah
The blog I need help with is: (visible only to logged in users)
-
The alignment icons in the WordPress editor are for aligning text; they are not for aligning images. They are used to achieve wrapping text around images on either the right or left hand side, or to display an image that’s centered without text on either side of it. If the text beside the images does not occupy the same amount of space that the image beside it does then the text wrapping will continue and the images and text that follow will have a staggered appearance.
- Align-left means position left, with the rest of the content wrapping around the right side of the image.
- Align-right means position right, with the rest of the content wrapping around the left side of the image.
- Align-center means position center, with no wrap-around (= the rest of the content below the image).
So if you want two images to be side by side on the same line start by setting the alignment of both images to left. To prevent the staggered effect what you do is insert the following snippet of code into the HTML editor after each image/text pair:
<br style="clear:both;" /> -
Every theme has a maximum displayed image width so it’s important to keep that in mind when posting multiple images side-by-side. You may also want to read this post on image preparation.
- The topic ‘Still struggling with adding pictures into specific rows’ is closed to new replies.