Posted by Chris Ramsay on 10/13/59 11:14
Looks like they've done something like the following:
while (row = data output from db) {
print the following:
<table><tr>
<td width=50%>
<table><tr><td>row1</td></tr></table>
<table><tr><td>row2</td></tr></table>
<table><tr><td>row3</td></tr></table>
</td>
<td width=50%>
<table><tr><td>row4</td></tr></table>
<table><tr><td>row5</td></tr></table>
<table><tr><td>row6</td></tr></table>
</td>
</tr>
</table>
}
Check out their source html as a start...
Chris
Navigation:
[Reply to this message]
|