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?
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.
autismne
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; }
autismne
Member
Posted 10 months ago #