10-07-2018, 03:54 AM
Some custom myCode was just added to the forums to allow you to insert tables into forum posts. To use it:
To use:
This gives the table
This gives a row.
This gives a header column
This gives content
Change NAME to suit.
Example:
Produces:
Just add more sections as needed.
You must add a table name otherwise the code breaks.
Thanks to Zortan for the suggestion.
To use:
This gives the table
Code:
[table=NAME] [/table]This gives a row.
Code:
[tr] [/tr]This gives a header column
Code:
[th] [/th]This gives content
Code:
[td] [/td]Change NAME to suit.
Example:
Code:
[table=test]
[tr][th]Vegetable[/th][th]Meat[/th][/tr]
[tr][td]Onion[/td][td]Beef[/td][/tr]
[/table]Produces:
| Vegetable | Meat |
|---|---|
| Onion | Beef |
Just add more sections as needed.
You must add a table name otherwise the code breaks.
Thanks to Zortan for the suggestion.
I am the developer of Airline Enterprise
