PDA

View Full Version : Boring Topic...How Do I Insert A Table?



Roy38
08-11-2010, 12:26 PM
I'm trying to insert a table into a message, but I'm only able to get one column. How do I create a table with multiple columns?

gschwendt
08-11-2010, 01:13 PM
With a | like this:

header 1|header 2
cell 1|cell 2
cell 3|cell 4

header 1|header 2
cell 1|cell 2
cell 3|cell 4

morsdraconis
08-11-2010, 01:18 PM
With a | like this:

header 1|header 2
cell 1|cell 2
cell 3|cell 4

header 1|header 2
cell 1|cell 2
cell 3|cell 4

You don't even have to put the header if you don't want to.

Without the header, it'll look like this:

First line | first line
second line | second line
third line | third line


First line | first line
second line | second line
third line | third line

Then, with the first line, you can just bold it like it looks normally with the header like this:

First line | first line
second line | second line
third line | third line


First line | first line
second line | second line
third line | third line

And then you can do things like center the entire table like this:


First line | first line
second line | second line
third line | third line



First line | first line
second line | second line
third line | third line

JeffHCross
08-11-2010, 10:05 PM
It's awesome that we have noparse blocks.

Roy38
08-11-2010, 10:56 PM
With a | like this:

header 1|header 2
cell 1|cell 2
cell 3|cell 4

header 1|header 2
cell 1|cell 2
cell 3|cell 4


You don't even have to put the header if you don't want to.

Without the header, it'll look like this:

First line | first line
second line | second line
third line | third line


First line | first line
second line | second line
third line | third line

Then, with the first line, you can just bold it like it looks normally with the header like this:

First line | first line
second line | second line
third line | third line


First line | first line
second line | second line
third line | third line

And then you can do things like center the entire table like this:


First line | first line
second line | second line
third line | third line



First line | first line
second line | second line
third line | third line


You, sirs, are gentlemen and scholars! Thanks!