Skip to content

Commit

Permalink
add table with colspan
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Jun 24, 2011
1 parent c6f3d43 commit 16f4be3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions upfront/wordmlutils/tests/test.html
Expand Up @@ -84,5 +84,20 @@ <h3>Heading3</h3>
</tr>
</tbody>
</table>
<table class="plain">
<tbody>
<tr>
<td colspan="2">Span two columns</td>
</tr>
<tr>
<td width="50%">row2 cell1</td>
<td>row2 cell2</td>
</tr>
<tr>
<td>row3 cell1</td>
<td>row3 cell3</td>
</tr>
</tbody>
</table>
</body>
</html>

0 comments on commit 16f4be3

Please sign in to comment.