<table> stylee

by J. Albert Bowden

HTML

<img src="http://dev.bowdenweb.com/a/i/dev/table01.png" width="581" height="181" />
<img src="http://dev.bowdenweb.com/a/i/dev/table02.png" width="581" height="181" />
<img src="http://dev.bowdenweb.com/a/i/dev/table03.png" width="581" height="42" />
      <table>
        <thead>
          <tr><th>Actor</th><th>Character Name</th><th>Catch Phrase</th></tr>
        </thead>
        <tbody>
          <tr><td>Chris Tucker</td><td>Smokey</td><td>"I don't give a fuck"</td></tr>
          <tr><td>Chris Tucker</td><td>Smokey</td><td>"I don't give a fuck"</td></tr>
          <tr><td>Chris Tucker</td><td>Smokey</td><td>"I don't give a fuck"</td></tr>
          <tr><td>Chris Tucker</td><td>Smokey</td><td>"I don't give a fuck"</td></tr>
        </tbody>
      </table>