There is this long and old debate whether designers should use tables or not in their html pages. The alternative is to use floated divs.
What are the advantages and disadvantages of both techniques?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You shouldn’t be using tables to formulate your design. Tables should be used for tabular data, and tabular data only!
Use divs to position things properly, use divs to hold your content. There is no definitely no problem using a table to evenly display data, but there is a problem (poor design) using tables to use as your complete site layout.