Tables… bad?

Out of context: Reply #18

  • Started
  • Last post
  • 82 Responses
  • Witt0

    i don't get it mg33, you can control tables too with css, and very very well.

    for example, you can say that any specific (#) cell in a table row needs a specific bg and all you have to do is to add a class.

    td # ... ( background: etc

    whilst to do the same in div you would need to include the ID in each html entity and call the class. that takes more code.

    so the best thing is not to ponder if divs or tables are best, but what best suits your needs. i don't think there's a paradigma for this.

View thread