You know you're doing something right when you get this email from a coworker.

notfred

Lifer
Feb 12, 2001
38,241
4
0
Hi Tyler,

Thank you for the lesson. I've been reading about this method this weekend. I'll never use tables (for layout) again. Wow, this is SO much better. Thank you.

I got that after giving a CSS lesson to a coworker. :)
 
Dec 27, 2001
11,272
1
0
I've read a dozen CSS tutorials and I still prefer tables for layout. Mainly because the tricks for cross-browser compatibility are easier. I only use style sheets for text formatting. I guess I'm not l33t.
 

SagaLore

Elite Member
Dec 18, 2001
24,036
21
81
Had you not mentioned the CSS, I might have thought the lesson was in something else. :eek:
 

nJett

Member
Mar 9, 2006
77
0
0
I'm no pro-designer but I still like tables for some stuff - plus they behave more consistently. Sometimes going all out with CSS and everything just seems like overkill.
 
Jun 4, 2005
19,723
1
0
Tables are for tabular data, who would have thought? I absolutely adore the flexibilty of CSS, and the fact that you have so much less code, since a single stylesheet is included once, rather than the same table code over and over.