Hey all, Quick question. I have some data pulled from a database (50 of the most recent categories/tags). These are positioned in a list in 2 columns (example below):
------------------------------------- Category1 Category5 Category2 Category6 Category3 Category7 Category4 Category8 Its important that these are listed in that order as they are alphabetical going down the column. Currently I split the results from the database, place them in an array, and print 2 columns in separate lists. I was wondering if there is a way to do it without creating 2 lists and do it with one. I have had a think and a browse on google and couldn't find anything, so my last resort is to ask here. Ideas? ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
