Floating an image
How to float an image in amongst other content.
The default for an image is to sit on it's own line and push the next content below it. If you would like the content to wrap around the image, or the image to sit on the left or right you add an 'l' or 'r' to the image code just after the percent signs.
normal:
%% + image=X123_456_picture.jpg
left:
%% + limage=X123_456_picture.jpg
right:
%% + rimage=X123_456_picture.jpg
NOTE: It is usually best to keep these left or right floating images out of summaries as they can act in a different way, depending on how and where the summary is being displayed.