Sort:  

Thanks, that worked great.

I'll get the hang of Markdown eventually.

You can make the images side by side using columns:

<div class=pull-left>
FIRST IMAGE
</div>
<div class=pull-right>
SECOND IMAGE
</div>