• mkwick

    (@mkwick)


    Hi All, so I upload the images just fine, then when I am adding the text I use the buttons and embed the image and have it img-left or img-right etc… however the text will not wrap around the image. Now, another editor does this from a windows computer and it works fine, anybody know if this is a mac related issue, or is it that I am using Firefox? (1.5.0.8)

    Anybody encounter this?

    – M

Viewing 2 replies - 1 through 2 (of 2 total)
  • alains

    (@alains)

    Try to resolve this issue with CSS.
    So give the
    .post img { float:left; }
    Every image in the post class will be floated left.

    OR

    Make a .lefty and .righty classes and than apply them in the editor when writing.

    For example:
    .lefty { float:left; margin:0 10px 10px 0; }
    .righty { float:right; margin:0 0 10px 10px; }

    Thread Starter mkwick

    (@mkwick)

    Thanks! That helps alot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘positioning image mystery?’ is closed to new replies.