I am wondering...
When should we use TABLE and when should we use CSS for website template(layout)?
Recently, many website(especially weblog) start to be 100% table free. Is TABLE that bad?
AFAIK, CSS layout will give a more tiny and structure look in coding. Using CSS is faster than TABLE(?).
However, some people(browser) have problem with CSS design webpage. Example: one of my friend complaint that the CSS block covered the content in my weblog (
http://www.LiewCF.com/wp). For me, the layout is no problem.
Sometimes when I visit some TABLE free website, some of the content also blocked by CSS layer...
Actually, what are the reasons to choose CSS instead of TABLE? Or, on the other hand, why use TABLE instead of CSS?
When should we use which one?
I am not a web designer, hope to get some guidelines from design gurus here.
