Forums

Text doesn't wrap properly around image (6 posts)

  1. autismne
    Member
    Posted 11 months ago #

    I have inserted an image into my blog post, and selected left indent for the image. When I view the post with the Visual option, the image is flush left, and the text wraps around the image as it's supposed to. So far so good. But when I publish the post, the image is flush left but the text does not wrap - it continues below the image.

    What's wrong?

  2. curtismchale
    Member
    Posted 11 months ago #

    We need a link to your blog to see the code and what it actually does. If we don't have that we're just wildly guessing.

  3. autismne
    Member
    Posted 11 months ago #

  4. autismne
    Member
    Posted 10 months ago #

    Is anyone there?

  5. Ipstenu
    Member
    Posted 10 months ago #

    Nah, we all knocked off early for New Years :)

    Answer: alignleft (for images) is not the same as 'float'. You have to configure your css to know that you want to do that :)

    img.alignleft { float:left; }
    img.alignright { float:right; }
  6. autismne
    Member
    Posted 10 months ago #

    OK, thanks.

Reply

You must log in to post.

About this Topic

Tags