Skip to content

Instantly share code, notes, and snippets.

@tomasfrancisco
Created June 29, 2015 14:37
Show Gist options
  • Save tomasfrancisco/92ddfe4019759ba827fd to your computer and use it in GitHub Desktop.
Save tomasfrancisco/92ddfe4019759ba827fd to your computer and use it in GitHub Desktop.
<table>
<tr>
<td>
Line 1, Col 1
</td>
<td rowspan="2">
Line 1, Col 2
</td>
</tr>
<tr>
<td>
Line 2, Col 1
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment