View Single Post
Old 02-25-2012, 11:09 AM   #3
Paxman53
Connoisseur
Paxman53 began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Jan 2011
Device: 7" Tablet - Aldiko Reader Premium
Quote:
Originally Posted by huebi View Post
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
Paxman53 is offline   Reply With Quote