Wrap text around images
From Walfriedswiki
Wrapping text around an image can be done by:
<div class="float"> [flickr-photoset:id=72157594548854523,size=s] </div> <p> Start your text here.... </p>
For the class "float" the following "css" is defined (and included in the theme):
.float { float: left; padding-right: 1.0em; }
See Skating in the Bieschbosch for an example.