Jump to content

Safest way to add a table to a post


Recommended Posts

Hey. What's the easiest and safest way to add a table to a post? Should I use "obsolete" table cells or is it better to do this on divs? and, what about RWD?

I'm curious how you handle it. Thanks.

<table>
  <tr>
    <th>Company</th>
    <th>Contact</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
  </tr>
  <tr>
    <td>Centro comercial Moctezuma</td>
    <td>Francisco Chang</td>
  </tr>
</table>
Edited by SeNioR-
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...