why do I get text next to full size pictures?

  • Unknown's avatar

    On my latest posts I try to write som texts at the end of the post, but some words ends up at the side of the first photo.

    I try to write ‘takk for praten alle sammen’ at the end of the post. When I do this it looks alright in edit mode, but after publishing the two first words ends up at the side of the first photo, and the rest of the sentence at the end. Have had this problem three times lately.
    Looks the same in google chrome and explorer.
    Please help.

    The problem can be wied at: https://hauganfoto.wordpress.com/2015/06/14/torsdagstreffen-skogmuseet/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    See here please > http://en.support.wordpress.com/visual-editor/#alignment and here https://en.support.wordpress.com/images/image-alignment/#side-by-side

    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>

  • Unknown's avatar

    Thank you so much for your reply. I will test this on my next post.
    Jørn.

  • The topic ‘why do I get text next to full size pictures?’ is closed to new replies.