I am very familiar with using the while loop command but i would like to use it and put the results into two columns
the html code when finished, should look like this.
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td align="left" valign="top">$sponsor1</td>
<td align="left" valign="top">$sponsor2</td>
</tr>
<tr>
<td align="left" valign="top">$sponsor3</td>
<td align="left" valign="top">$sponsor4</td>
</tr>
</table>
I can make my while loop with them all in a single row single column scheme, but how do i make them go say, 2 across and 10 down?
thanks in advance
chris