Why use tables to structure your layout?

后端 未结 14 858
孤城傲影
孤城傲影 2020-12-23 23:02

Looking at the source code for Stack Overflow, I noticed they have used tables and inline CSS quite a bit, also something I found odd was use of inline table attribute forma

14条回答
  •  借酒劲吻你
    2020-12-23 23:31

    My thougths would be they went with table because (apart from the argument table vs css)

    • They needed to get the functionality get out rolled quickly to have an opinion
    • After all this is just the public beta.
    • They were experimenting with ASP.NET MVC more and layout issues less
    • SO is all about programming questions and answers and at the end that what matters.
    • SO is all about recognizing the contributors by rewarding points and badges which it does quite decently (this may also be a controversial topic).
    • and so on....

提交回复
热议问题