Table customization

Hello,

Thanks for this forum, its great !

10 days ago, i did a dicourse forum. Everything works and, now,i would like to make a table with tab (or not - not mandatory). See images below, the table i would like to get on my forum.

1 Like

Hello!

If you would like to create a table, you can use the following format:

| (Option 1) | (Option 2) | (Option 3) |
|---|---|---|
| Column 1 | Column 2 | Column 3 |

You can continue adding options and columns.

Example

|Trust Level|Votes| Option 3| Option 4|
|---|---|---|---|
|TL0|0 Votes|-|-|
|TL1|5 Votes|-|-|
|TL2|10 Votes|-|-|
|TL3|15 Votes|-|-|

Result

Trust Level Votes Option 3 Option 4
TL0 0 Votes - -
TL1 5 Votes - -
TL2 10 Votes - -
TL3 15 Votes - -
4 Likes

Great thanks ! I gonna try to do that.

2 Likes

just to add you can justify by doing:

|:--| or |:-:| or |--:|

(Option 1) (Option 2) (Option 3)
Left 1 Centre 2 Right 3
5 Likes