Forum Moderators: not2easy
Bit longer... you still can't do certain screen-based design with CSS that can be achieved with tables (I should know, just spent 3 days solid trying! :( )
However, CSS is the present and future, and learning to use it will only give you an advantage. now. It will eventually become more powerful and go way beyond standard html table.
Tables in XHTML are intended for tabular data, nothing more. But the real world ends up mixing tables with css layout at present.
But unless you are willing to dedicate youself to learning, and you may be, the switch is neither easy nor particularily advantageous in most cases. ( ego aside )
Tables are still immensely usefull, and using CSS with tables is a powerfull sythesis.
At least this is my opinion, but I've only been working with css for a few months now.