Insert this code for each image
<div class="side-by-side"> <a href="http://example.com ....> (insert the entire image code here) </div>
Here is the CSS snippet
.side-by-side { float: left; margin-right: 5px }
It's functional... images are displayed in a row. However, they align to the left and I would like them centered as a group.