Hi ,
I got my pagination working nicely but now i have a problem
i got a loop with creating three rows and would like to border the three rows to look like one
<table border="1">
While (xyz)
{
<tr><td></td> </tr>
<tr><td></td> </tr>
<tr><td></td> </tr>
}
</table>
any suggestions ?