Les bordures du tableau à gauche et en bas

J'ai besoin de créer des frontières conformément à l'exemple ci-dessous.

HTML:

<table width="770">
  <tr>
    <td>picture (border only to the left and bottom ) </td>
    <td>text</td>
  </tr>
  <tr>
    <td>text</td>
    <td>picture (border only to the left and bottom) </td>
  </tr>
</table>

OriginalL'auteur Graig | 2013-01-26