How to stop photos jumping onto another line?
-
i am trying to get 3 photos to site on a line, side by side, one left one centre one right. It works fine in edit mode but when i go to preview, the centre photo has jumped down a line. so it kinda looks like this — ___ —
How do i stop this happening and make them all sit together nicely?
Thanks
IonaThe blog I need help with is: (visible only to logged in users)
-
I recommend using the classic editor at Dashboard > Posts > Add New
http://drsil.wordpress.com/wp-admin/post-new.phpMake sure you have third party cookies enabled on your browser please or you will continue to have issues http://en.support.wordpress.com/third-party-cookies/#how-do-i-enable-third-party-cookies
See here please > http://en.support.wordpress.com/visual-editor/#alignment
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.
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).
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.
To prevent the staggered effect what you do is insert the following snippet of code into the Text (HTML) editor after each image/text pair:
<div style=”clear:both;”></div>Here are more details about the options for uploading images http://wpbtips.wordpress.com/2009/04/26/images-the-three-link-options/
-
- The topic ‘How to stop photos jumping onto another line?’ is closed to new replies.