View Single Post
Old 09-21-2005, 06:13 AM   #5 (permalink)
ratbastid
Darth Papa
 
ratbastid's Avatar
 
Location: Yonder
Quote:
Originally Posted by d*d
Tables should only be used to tabulate data, all stylistic elements should be done using css, this is not just a personal choice it is the reccomended practice endorsed by the w3c. Some more resources on the matter

http://we04.com/resources/we04-introduction/index.htm
http://www.456bereastreet.com/lab/d..._web_standards/
http://www.webstandards.org/learn/faq/
Look, I'm all for standards, but in the real world, with real-world web browsers, tables are sometimes the best (and sometimes the only) way to make some things work reliably. You can write perfectly compliant code, and congratulate yourself, and be all righteous about how compliant your work is, but if it won't work in certain browsers, what have you really accomplished?

Some day in the future when all browsers are perfectly standards-compliant, I'll follow that recommendation. For now, I've got client work to do, and it needs to work right in most if not all browsers, and I need to complete it in finite time. Eric Meyer agrees with me on this, by the way.

Now, there's that old-school deeply-nested-table-based nastiness that CSS saves us from, and thank God for it. I'm not talking about the byzantine table work we all used to do. I mean like a single, large table that defines the gross page structure.
ratbastid is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73