|
I'm sure this topic has been discussed countless times on the interweb.
Fwiw, I will always suggest using semantically correct elements with css to layout a page's content. If you use tables to layout non tabular content you will far more often than not end up using more html code than is needed to produce a layout which results in longer page load times and makes the page more difficult to maintain especially once you start including nested tables.
|