• How do I add images on a post or page so they show up on a new paragraph. or rather so they DON’T appear right next to each other?

    I want to have text to the right of the image, but I want other images below. For example, what I want is:

    ———-
    | | Some text here.
    | IMG |
    | |
    ———-
    ———-
    | | Some more text here.
    | IMG |
    | |
    ———-

    But what I keep getting is:

    ———-
    | | Some text here.
    | IMG | ———
    | | | | Some more text here.
    ———- | IMG |
    | |
    ——–

    This has me stumped and I can’t go any further with my design until I get this issue resolved. Can anyone help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter luffer

    (@luffer)

    Hmm, seems it erased all the spaces and I can’t edit the post… damn ??

    When you insert the images, ensure that you selecting Alignment: None.

    Thread Starter luffer

    (@luffer)

    I tried that, but then the text doesn’t align to the right of the image. It’s hard to explain without spaces available, but I want an image with a description to the right. Then on a new line/paragraph I want another image with the description to the right.

    Basically it’s a listing of items available to hire, so I have the photo and item details next to one another. I can’t have images overlapping as they do now.

    You’d need to align each image left and then add markup to the page between the image blocks:

    <br style="clear:left;" />

    Thread Starter luffer

    (@luffer)

    Hmmm, that would probably work in the HTML editor. But when I hand the site over to the client it needs to be done using the TinyMCE editor. Any other options?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images on new line’ is closed to new replies.