Quote:
Originally Posted by huebi
A table.
Code:
<table>
<tr>
<td valign="top">J. Smith</td>
<td valign="top">Sir</td>
<td valign="top">50.00</td>
</tr>
<tr>
<td valign="top">T.Jones</td>
<td valign="top">Duke</td>
<td valign="top">100.00</td>
</tr>
</table>
Dont forget to format the amount to get it right justified
|
Thank you so much,
That is looking much better now.
Another question though, how do I increase the spacing in between the columns i.e the equivalent of tab x 3