Content Markup: Tables

Tables are created by using tabs to denote the start of a new cell, and a return to denote the start of a new row.

Unfortunately, your browser will see you presseing the tab key as an instruction to jump to the next field in the edit page form... so you'll need to create your tables using a text editor.

Table Markup

nb: (tab) and (return) should be replaced by an actual tab, and is only marked here so you can see where the tabs should be...

[table]
Column 1 (tab) Column 2 (return)
Some text for column 1, row 1. (tab) Some more text for column 2, row 1.
[table]

Column 1Column 2
Some text for column 1, row 1.Some more text for column 2, row 1.

created on 2005-09-15 13:49:22 by Tommy