i would first make a CSS class and like this
Code:
.spacer {
padding-right: 25px;
padding-left: 25px;
}
Then in the table i would make the table like this
HTML Code:
<table align="center"><tr>
<td class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></td>
<td class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></td>
<td class="spacer"><img src="/1color[1].jpg" alt="" width="200" height="200" /></td>
</tr></table>
padding ajusted to how much space i need ofcourse.