Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created August 14, 2014 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioalthmann/7de2bca305e93a393a9b to your computer and use it in GitHub Desktop.
Save marcioalthmann/7de2bca305e93a393a9b to your computer and use it in GitHub Desktop.
cellpadding e cellspacing
<table cellspacing="10px" cellpadding="10px">
<tr>
<td>l1c1</td>
<td>l1c2</td>
</tr>
<tr>
<td>l2c1</td>
<td>l2c2</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment