Nothing Wrong With The Good Old Table Tag
Posted By : todd sharp Posted At : October 17, 2006 9:06 AM Posted In: ColdFusion
6
Terry asks:
Do you know of any good sites/tutorials that show how to display a ColdFusion query result using css instead of tables?
My answer was simple - Why? I think too many people get caught up in the hype of CSS and think we should abandon all usage of the good old <table> tag. I completely disagree with this sentiment. I think tables should be used for what they're good for - displaying tabular data. What is a query? Tabular data. Besides that fact that it's definitely appropriate, I think it would be a complete pain to try to build a "table" with divs and spans,etc. Use css to style the table, but for goodness sakes use that table!



Good post and point! I agree with you that there is nothing wrong with <tables> and they have their place. Add the fact that you can use CSS to style them up makes them all the more friendly to use. I did however have to blog about your post... send a brother some hits will ya???
http://ev.instantspot.com/blog/index.cfm/2006/10/1...
Ryan
http://www.cfquickdocs.com/?getDoc=cftable
While not perfect, it'll build your output for you :)