如何将zurb基础中的表格与div的右侧对齐

时间:2014-04-09 13:58:39

标签: html zurb-foundation html-table

所以标题中的整个问题。 一些代码用于说明:

<div class="large-4 columns text-right">

  <table>
    <tr>
      <th colspan="4" rowspan="3">
        <img src="
<%= image_path("meal1.png") %>
">
    </th>
  </tr>
  <tr>
  </tr>
  <tr>
  </tr>
  <tr>
    <td>
      <img src="
<%= image_path("cook-vova.png") %>
" style="width:30px;">
    </td>
    <td colspan="3">
      Домашние драники
    </td>
  </tr>
  <tr>
    <td colspan="4">
      Шеф повар: Владимир пастернак
    </td>
  </tr>
      </table>

1 个答案:

答案 0 :(得分:2)

我猜这是你需要的:<table align="right">