Concert Dates table

Just for clarity, here is what I was suggesting
this morning for the concert dates table (note
also caps on caption, which I just noticed):

<table>
   <caption>Concert Dates</caption>
   <tr>
     <th scope="col">Date</th>
     <th scope="col">Event</th>
   </tr>
   <tr>
     <td>12/2/06</td>
     <td>Frank Zappa</td>
   </tr>
   <tr>
     <td>24/3/06</td>
     <td>Thelonius Mank</td>
   </tr>
</table>

Tom

Received on Wednesday, 21 January 2009 17:31:10 UTC