[]
Omegatron said: 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. [/]
I posted the code above in the first post. I gave the page to look at for suggestions. I want those real long list of individual members names to be divided in half.
What is happening is instead of closing that first td and opening a new one after the half way entry it is printing a closing td and open td for every entry after the point. Maybe that explains it better. At any rate I want the resulting names split up into two lists
if ($i < ($rows / 2)) {
echo <<< UNSPRINT
</td>
<td valign="top" width="140" align="center" class="lighttable">
UNSPRINT;
} else {
echo <<< UNSPRINT
</td>
<td valign="top" width="140" align="center" class="lighttable">
UNSPRINT;
}