Skip to content

Instantly share code, notes, and snippets.

@ahmad24
Last active December 30, 2015 03:59
Show Gist options
  • Save ahmad24/7772685 to your computer and use it in GitHub Desktop.
Save ahmad24/7772685 to your computer and use it in GitHub Desktop.
wordpress : setting form style 2
<table class="widefat">
<thead>
<tr>
<th>Name </th>
<th>Favorite Holiday </th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name </th>
<th>Favorite Holiday </th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Brad Williams </td>
<td>Halloween </td>
</tr>
<tr>
<td>Ozh Richard </td>
<td>Talk Like a Pirate </td>
</tr>
<tr>
<td>Justin Tadlock </td>
<td>Christmas </td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment