<tr>
<td>
- <table class="block-grid up-2" cellspacing="0">
+ <table class="row">
<tr>
- <td style="background:red;">
- <p style="text-align: center;">one</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">two</p>
+ <td class="large-12 small-12 columns">
+ <table class="menu">
+ <tr>
+ {{#repeat 10}}
+ <td>
+ <a href="http://google.com">One</a>
+ </td>
+ {{/repeat}}
+ </tr>
+ </table>
</td>
</tr>
</table>
- <table class="block-grid up-3">
+ <table class="row">
+ <th class="large-12 small-12 columns" style="background: pink;">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis quas, veritatis atque eligendi voluptatem natus fugiat! Iste officia ipsum sit quam, nam facere ea voluptatibus totam accusamus provident fugit reprehenderit!</p>
+ </th>
+ </table>
+
+ <table class="row">
<tr>
- <td style="background:red;">
- <p style="text-align: center;">one</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">two</p>
- </td>
- <td style="background:red;">
- <p style="text-align: center;">three</p>
+ <td class="large-12 small-12 columns">
+ <table class="menu simple">
+ <tr>
+ {{#repeat 10}}
+ <td>
+ <a href="http://google.com">One</a>
+ </td>
+ {{/repeat}}
+ </tr>
+ </table>
</td>
</tr>
</table>
- <table class="block-grid up-4">
- <tr>
- <td style="background:red;">
- <p style="text-align: center;">one</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">two</p>
- </td>
- <td style="background:red;">
- <p style="text-align: center;">three</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">four</p>
- </td>
- </tr>
- </table>
+ <table class="row">
+ <th class="large-12 small-12 columns" style="background: pink;">
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis quas, veritatis atque eligendi voluptatem natus fugiat! Iste officia ipsum sit quam, nam facere ea voluptatibus totam accusamus provident fugit reprehenderit!</p>
+ </th>
+ </table>
- <table class="block-grid up-5">
- <tr>
- <td style="background:red;">
- <p style="text-align: center;">one</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">two</p>
- </td>
- <td style="background:red;">
- <p style="text-align: center;">three</p>
- </td>
- <td style="background: pink;">
- <p style="text-align: center;">four</p>
- </td>
- <td style="background:red;">
- <p style="text-align: center;">five</p>
- </td>
- </tr>
- </table>
-
</td>
</tr>