I've probably missed this somewhere though can't seem to workout how to do this.

I want to have a list of products listed in a 3 column table with the
number of rows growing to cover all the items.

eg.
<table>
<tr>
<td>product 1</td>
<td>product 2</td>
<td>product 3</td>
</tr>
<tr>
<td>product 4</td>
<td>product 5</td>
<td></td>
</tr>
</table>

Reply via email to