Skip to content

Instantly share code, notes, and snippets.

@justingreerbbi
Created January 19, 2016 17:16
Show Gist options
  • Save justingreerbbi/112e61b6ceaa7169e35f to your computer and use it in GitHub Desktop.
Save justingreerbbi/112e61b6ceaa7169e35f to your computer and use it in GitHub Desktop.
Table
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tbody>
<tr bgcolor="#666">
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="14%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
<th width="16%" valign="middle" bgcolor="#666" style="color: #FFF" scope="col">Header</th>
</tr>
<tr>
<td align="left">Data</td>
<td align="left">Data</td>
<td align="left">Data</td>
<td align="left">Data</td>
<td align="left">Data</td>
<td align="left">Data</td>
<td align="left">Data</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment