Tableless design, have to or not have to?
I uses css+table+template+include.
Header and footer will be in the included file. So changes to them will be only from one place.
And use limited tables to position the contents.
Use CSS to format.
Plus template is used, but limited.
I have read the threads from this forum, I think many php programmers use this css+table+template+include approach too.
I think this way is easy to read, modify, easy to design (WYSIWYG). It is better than tableless pure CSS, which uses div to totally replace tables.
But I saw many top php OSS went to tableless CSS already.
Is the tableless pure CSS the trend that I have to follow no matter what?
What steps you take from a css+table+template+include php programmer to transfer to pure CSS design?
Any advices on how should I make this transfer? Books, web sites, tutorials?
Thanks!