When Images Won't Align Right
Sometimes you'll put an inline image at the end of a paragraph, intending it to float to the right of your text... but it just won't work and the image stays defiantly aligned to the left.
There's two causes of this that keep catching people out:
It's Not Quite at the End
If there's anything after the [image="1"] tag, even a single invisible space, then it's not technically at the end of the paragraph (and Weblobe can be a literal beast)
It's Not Quite a Paragraph
If you're sure that the [image="1"] tag is at the end of a paragraph, but it still won't go right, check the lines between the paragraphs;
If there's anything, even an invisible space, on the line between paragraphs then Weblobe doesn't know that it is supposed to start a new paragraph, it just thinks that you want one big paragraph with a bunch of breaks in it...
Whereas, if it comes across a block of text, followed by a completely blank line, followed by another block of text, then it knows that you want two proper and distinct paragraphs. So by removing the space on the lines between text blocks the page get properly formatted into paragraphs.. and Weblobe is able to recognise which image tags have been placed at the end of these paragraphs and properly flow these images to the right.
Wrong
What should be the first paragraph.[image="1"]
(an errant and invisible space)
The start of what should be another paragraph...
Right
What should be the first paragraph.[image="1"]
(nothing at all, just a perfectly empty line)
The start of another paragraph...
