Looping a table
Posted: Mon Jun 26, 2006 3:20 pm
I am trying to adapt the code in this post, found via the useful posts sticky, to the layout I need. I need to repeat the following table accross the page, the original code creats one table and repeats the cells. Could someone point me in the right direction, thanks
Code: Select all
<table width="25%" border="0" cellspacing="1" cellpadding="3" class="tablebg">
<tr>
<th>TITLE</th>
</tr>
<tr class="row2">
<td>by USER on 01.01.01</td>
</tr>
<tr class="row1">
<td align="center">IMAGE</td>
</tr>
</table>