Skip to content

Instantly share code, notes, and snippets.

@medwards
Created March 7, 2013 14:09
Show Gist options
  • Save medwards/8ccbbe698a46ec21e48a to your computer and use it in GitHub Desktop.
Save medwards/8ccbbe698a46ec21e48a to your computer and use it in GitHub Desktop.
<html>
<body>
<table>
<tr>
<td>
Scenario
</td>
<td>
Stuff
</td>
</tr>
<tr>
<td>
Normal link
</td>
<td>
<a>Whatever</a>
</td>
</tr>
<tr>
<td>
Link with nested stuff
</td>
<td>
<a><table><tr><td>sp</td><td>l</td><td>it</td></tr></table></a>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment