Okay Lets see if I understand this. I set where you have $i=0 to something lets say I know I have over 50 rows. So I set $i=25 So basically $i will be less than the total so I can tell it to do my normal way. However since this is a loop I a having a hard time figuring how to do the HTML for that. If you understand what I mean. If you look above on my normal while statement it just prints out table rows and then on the end I stick the closing </table>

Simple
What I am having a problem understanding is since while your in the loop statement how would I be able to stop to be able after print those results to be able to specify another TD so I would be able to build that second row. Now ya understand what I am saying. I understand my normal code would go in the do something else after the else statement.
If you go to
http://www.masna.org/members.php you will see a test page I made up of our members. If you go to the bottom of the page you will see the individual members down the bottom and how they are real long. I want to make them two rows so the page is shorter.