D dudevcc New member Aug 12, 2009 #2 <table border="1"> <tr> <td rowspan="2">text here</td> <td>text here</td> <td>text here</td> </tr> <tr> <td colspan="2">text here</td> </tr> </table> You will need to mess with the cell sizes to make it look exact, but its the correct format.
<table border="1"> <tr> <td rowspan="2">text here</td> <td>text here</td> <td>text here</td> </tr> <tr> <td colspan="2">text here</td> </tr> </table> You will need to mess with the cell sizes to make it look exact, but its the correct format.