Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zoe44

    (@zoe44)

    Anyone?

    Here’s the way I do it because I don’t always want every image to be wrapped with text.

    CSS:

    .imageright {
    float: right;
    margin: 0 0 5px 5px;
    }

    HTML:

    <img class=”imageright” src=”path to image”>

    You have to add the class=”imageright” in the Code view after you’ve uploaded the image.

    There might be a simpler way of doing this, but this is how I like to do it since sometimes I want images to be on their own line.

    Thread Starter zoe44

    (@zoe44)

    Thanks for the reply, I’ll give it a go!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between text and image’ is closed to new replies.