This markup: <div> <table style="border-style:solid; border-width:2px; border-color:red;"> <thead> <tr> <td>one</td> <td>two</td> <td>three</td> </tr> <tr> <td>four</td> <td>five</td> <td>six</td> </tr> <tr> <td>seven</td> <td>eight</td> <td>nine</td> </tr> <tfoot> </table> </div>
Should produce a table here: