tableless design

Out of context: Reply #23

  • Started
  • Last post
  • 26 Responses
  • northern0

    In my view it's all about clean code, separating content from display and utilising HTML markup tags for their correct use.

    It helps with accessibility, it helps with search engines and it help you, as all your code is clean and managable.

    All these table problems came from the old school when we were trying to do things with HTML that it wasn't designed to do, or that the browsers could render. The fall out now is that the tools are there and we just have to use them properly this time.

View thread