For further customization, you might want align your images
differently than the default, left position. You can specify to
align your images Left, Center, or Right. Here are the examples
and the code for each:
<td align=left><img src=duck.jpg width=69 height=75>
</td> |

<td align=center><img src=duck.jpg width=69 height=75>
</td> |

<td align=right><img src=duck.jpg width=69 height=75>
</td> |
|