If tables are so evil, why Stackoverflow, G+ and others use tables for their template? I’ve heard that tables are evil, haven’t you? They block contents to be viewed in the site until they complete their structure,right?
Share
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.
At least when it comes to Stack Overflow, it doesn’t use tables for layout.
Tables as layout are evil when they provide the layout for the whole site not selected parts of it.
Stack Overflow, for instance, only uses tables for post (Questions and Answers) layout, as part of the page layout (which uses
divs).