complete and checked, but how do you render a table
tried making the table in HTML
Line 3: Line 3:
 
----
 
----
  
[table]
+
<table>
Dollars Cents
+
<tr><td><td>Dollars<td>Cents</tr>
 
+
<tr><td>Due on the estimate for November . . . . . . <td>1017<td>66</tr>
Due on the estimate for November . . . . . . 1017 66
+
<tr><td>Amount of pay roll for December . . . . . . <td>479<td>88</tr>
 
+
<tr><td>For 2 ton of iron wanted . . . . . . <td>260</tr>
Amount of pay roll for December . . . . . . 479 88
+
<tr><td>For clothing for apprentices supplied & bedding &c . . . . . . <td>80</tr>
 
+
<tr><td><td>1837<td>54</tr>
For 2 ton of iron wanted . . . . . . 260
+
</table>
 
 
For clothing for apprentices supplied & bedding &c . . . . . . 80
 
 
 
[total] 1837 54
 
[/table]