I read the excellent Tutorial on the site regarding Tableless Layouts and learned a lot.
However, I did not see how one would write code to convert tables to css div tags and XHTML validated layout for Tables with multiple TR tags and TD tags from the wonderful tutorial at
http://www.pixel2life.com/publish/tutorial...lidated_layout/
EXAMPLE / QUESTION
How would one write a validated code and working.css file for the following table with multiple TR tags and TD tags?
<TABLE> <TR> <TD> Something </TD> <TD> Something </TD> </TR> <TR> <TD COLSPAN="2"> Something </TD> </TR> </TABLE>
Thanks in advance for any and all help with this.
WP
