Posts: 52
Location: St. Anthony, ID
|
(Now that I'm in the right thread)
Here's a code that might work for you, or at least something like this:
<table width="desired width" border=0 cellpadding=0>
<tr>
<td><img src="source"></img></td>
</tr>
<tr>
<td><img src="source"></img></td>
</tr>
</table>
|