Great! That helps a lot, thanks much. One more question: I wanted to clear the space alongside the lower-most image, and continue the next paragraph (without an image) on its own line. My hack of inserting the code
<div style=”clear:all”></div>
worked once, but was automagically removed by the WordPress editor the next time I made a change. I guess I could define another class “nofloat” and place the next paragraph inside a div with this class. Is there a more elegant solution to this?