[table]
<thead>
<tr>
<th scope="col">Header 1</th>
<th scope="col">Header 2</th>
<th scope="col">Header 3</th>
<th scope="col">Header 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item 1</td>
<td>Description</td>
<td>Description</td>
<td>$0.00</td>
</tr>
<tr>
<td>Item 2</td>
<td>Description</td>
<td>Description</td>
<td>$0.00</td>
</tr>
<tr>
<td>Item 3</td>
<td>Description</td>
<td>Description</td>
<td>$0.00</td>
</tr>
<tr>
<td>Item 4</td>
<td>Description</td>
<td>Description</td>
<td>$0.00</td>
</tr>
<tr>
<td>Item 1:</td>
<td>Description</td>
<td>Description</td>
<td>$0.00</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4">
*Table Footer here... <strong>Total: $1453450.00</strong>
</td>
</tr>
</tfoot>
[/table]
Recent Comments