2 comments

[ 4.7 ms ] story [ 13.8 ms ] thread
use ul/li/div will be better than tables. table is a bit of old school and I think I read somewhere that some newer browsers don't handle it well.
Web 101: Using tables -for layout- is "old school" but using tables to display tabular data is totally valid. Div/ul/dl etc are "better" because they better describe the content (at least in the case of ul/dl), are usually more terse, and most importantly, allow layout to be controlled by stylesheets, creating less coupling between your content and your presentation.

Outside of this bug, I've never heard of, or ever expect, newer browsers to "not handle tables well".