> However, for doing application development, where i > usually just want to layout my content variables in a > grid like fashion using CSS is painfully slow...
If what you are laying out is a grid/table then use a table. That is still considered by CSS purist's to be a valid (and semantically correct) best practice. What CSS best practice is against is using tables (especially lots of nested tables) to layout non-tabular data. Regards, Gary Menzel ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
