This is my code: http://jsfiddle.net/spadez/mVX93/13/
I'm trying to put a heading at the top of my table which stretches all the way across. I thought was the way to do it.
<table id="my-table">
<tr>
<th>Test</th>
<td><span class="lrg">10</span>1</td>
<td><span class="lrg">7</span>1</td>
<td><span class="lrg">3</span>1</td>
<td><span class="lrg">1</span>1</td>
</tr>
</table>
What is the correct approach?