From charlesreid1

(Created page with "<table> <tr> <td>This is a table</td> <td>This is a cell</td> </tr> <tr> <td colspan="2">Some more stuff</td> </tr> </table>")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table>
<table class="table">
 
<tr>
<tr>
<td>This is a table</td>
<td>This is a table</td>
<td>This is a cell</td>
<td>This is a cell</td>
</tr>
</tr>
<tr>
<tr>
<td colspan="2">Some more stuff</td>
<td colspan="2">Some more stuff</td>
</tr>
</tr>
</table>
</table>

Latest revision as of 17:06, 5 June 2013

This is a table This is a cell
Some more stuff