9
I have been using scaled aligned images and find that it is the sequence they are generated in by the image instal feature in the editor.
for instance
the editor will give you
[img align=left width=200]imgurl[/img][img align=left width=200]imgurl[/img][img width=200]imgurl[/img]
this would be an attempt to have 3 images side by side at the same level. but you will get two on the same level the last one below and the following text to the right of the last image.
If hand entering the code
[img width=200 align=left]imgurl[/img][img width=200 align=left]imgurl[/img][img width=200]imgurl[/img]
You get three images aligned and the following text below
I use the last image without alignment to turn off the forced alignment.
I think the problem is that the editor image insertion simply puts the text into the posts in the wrong sequence
it should be img width then alignment