Skip to content

Instantly share code, notes, and snippets.

@paulslugocki
Created August 30, 2011 13:34
Show Gist options
  • Save paulslugocki/1180886 to your computer and use it in GitHub Desktop.
Save paulslugocki/1180886 to your computer and use it in GitHub Desktop.
summary_sale_table
<table class="tourcmstable salesummary">
<thead>
<tr class="align-right">
<th scope="col" class="hidden align-left">Item</th>
<th scope="col">Quantity</th>
<th scope="col" class="nowrap">Sale price</th>
<th scope="col" class="nowrap">Sale price total</th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="row" colspan="3">TOTAL</th><td>140.00 GBP</td>
</tr>
</tfoot>
<tbody>
<tr class="item touritem">
<th scope="row">simple 100</th>
<td>1</td>
<td>100.00 GBP</td>
<td>100.00 GBP</td>
</tr>
<tr class="item optionitem">
<th scope="row">Six day Option</th>
<td>1</td>
<td>40.00 GBP</td>
<td>40.00 GBP</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment