You can lose the table and do it too!
goes in Main CSS in the Additional CSS at the bottom of the page:
HTML Code:
.spacer {
padding-right: 25px;
padding-left: 25px;
}
Place where you want images to display:
HTML Code:
<div align="center">
<span class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></span>
<span class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></span>
<span class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></span>
</div>