Right, day one in the blogosphere, and my first WordPress post with Ecto; let’s start with the basics…

OK, so text and images are as easy as you’d expect, and floating the image is a doddle.
Clearing the float, however, is less obvious, and appears to be impossible without recourse to the raw HTML.
Inserting a break, <br clear="all"/>, would do the trick, but for WordPress stripping the crucial clear attribute when the post is published. Grrr!
What does work is to add some inline CSS in the form of a style="clear:both;" attribute to the HTML element that follows (i.e. this this paragraph).


