• It seems that there is no way to publish a table in my blog as we can do easily in MS Word. Can someone help?

Viewing 1 replies (of 1 total)
  • You can manually code a table without much trouble. Maybe this example helps:


    <table>
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>

    There are attributes for each elements, but that’s your basic table.

Viewing 1 replies (of 1 total)
  • The topic ‘How to publish a table in my blog?’ is closed to new replies.