How to make a table?

How do you guys make a table? I saw many tables in Configuration section with price, components neatly separated. Could anyone guide me how to do that ?
 

Sujeet

Undead!!!
Each line of Code is for Single Row.ie. Any no. of items in single line makes one row.
Hit Enter(new line) to start making new row.

Every Item(Cloumn) in a row is separated by |.

This is the code is for Table that follows.Add ] at the end to make it working

Column 1|Column 2|Row 1
Column 1| Column 2|Row 2[/TABLE <--Add ] here and remove this line in bold.
Column 1|Column 2|Row 1
Column 1| Column 2|Row 2
 
Last edited:
[TABLE]Column A|Column B|Column C
Row 1|Row 1|Row 1
Row 2|Row 2|Row 2[/TABLE]


^this is the way you do it for:

Column A|Column B|Column C
Row 1|Row 1|Row 1
Row 2|Row 2|Row 2
 
Top Bottom