Forum Moderators: not2easy
You could try the following:
- place the first image (float it left or right if you want)
- the next image will need a clear: both; (if you've floated the first image float this one as well)
- and the next image will only need the same float as the two above it (if they have one)
* this is off the top of my head, and untested