Line Breaks
Your Weblobe site is specifically designed to allow you to have text flowing around inline images. Most of the time this is a Good Thing, but every so often you'll have a burning need to stop some text from flowing around images.
Which why the break tag exists. Placing
[break]
in your content will cause all following text, headers, images etc. to start a new line and completely ignore all of the floating/wrapping/flowing behaviour of the preceding content.
Similarly, you can use
[line]
or simply
[---]
to insert a break that is visible as a horizontal line.
