On Thu, Aug 14, 2008 at 12:57 PM, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>Tables were intended to display tabular data. > > Correct, then if you want a list to be displayed as a tabular data, use > a TABLE.
I hate to drag this out further, but there what if there was more to it than display? What if the 3 columns were wider than a physical piece of paper? With 3 column divs and <li> elements, you would be able to use a print CSS style that simply stacks them, keeping them in order. Or, what if the list maybe something the user would want to highlight and copy/paste to something else? If they want it in the 1,2,3,n order, the tabular table would not work. By doing a table to simply do a 3 column display of lists, you are creating a table-based layout. And last time I checked that is code smell. Just some things to think about. -- Matt Williams "It's the question that drives us." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311020 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

