Quote:
Originally Posted by AndrewGSW
If you prefer the data to go down the first column, before continuing in a second column, you would need to:
Count how many records there are;
Half this value;
Store the td's in two separate arrays (for odd and even indexes);
Use, perhaps, array_map, to construct a single string from the two arrays;
Echo the resultant string.
|
I'm not going to worry about it that much. In order to do what you said, I would have to constantly be updating the code to reflect any increase in the number of records in the table. 2 links out of order is perfectly fine by me. Thanks again for the help!