On Mon, 01 Nov 2010 12:23:58 -0200, Muhammad Mohsen <m.gelb...@gmail.com> wrote:

It's a debate, whether to use tables or divs.

Check this page: http://en.wikipedia.org/wiki/Tableless_web_design
<http://en.wikipedia.org/wiki/Tableless_web_design>Search for: "This causes a number of problems"

I think you got that wrong. Tableless web design means not using tables for layout (header, footer, menus, etc), but you still use tables for what tables are meant to be used: tabular data, in other words, tables of data. In this case, there's no reason Grid should use divs instead of tables. The table tag is not forbidden nor deprecated, just misused.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to