colgroups and col

Add a caption

<table id="adventures" width="100%" border="0" cellspacing="0" cellpadding="0" summary="A track listing with playing times and artist credits for the album The Orb's Adventures Beyond the Ultraworld>
<caption>The Orb's Adventures Beyond the Ultraworld</caption>
<col group>
<col id="tracknum">
<col id="name">
<col id="time">
<col id="artist">
</colgroup>

<thead>
<tr>
<th id = "tracknum" scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Length</th>
<th scope="col">Artist</th>
</tr>
</thead>

<tbody>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>

Now wer'e actually going to move that layer to the top left.... about five pixels up and five pixels left. Select the Move tool.... it looks like this:

OK