You can also make it with Mycode if you don't want to use a plugin.
Configuration > Mycode > Add new mycode. You need to make 4
Table
Table Header
Table Row
Table Data
To use:
This gives the table
This gives a row.
This gives a header column
This gives content
Change NAME to suit.
Example:
![[Image: PqOTZId.png]](https://camo.mybb.com/ef594a8b5d66f01ca1bb328427a118bede462e83/68747470733a2f2f692e696d6775722e636f6d2f50714f545a49642e706e67)
Just add more sections as needed.
Have fun.
Idea taken from other threads on this forum.
Configuration > Mycode > Add new mycode. You need to make 4
Table
\[table\=(.*?)\](.*?)\[/table\]
<table border="0" cellspacing="1" cellpadding="3" class="tborder" style="width:$1%;">$2</table>
Table Header
\[th\](.*?)\[/th\]
<th class="tcat" align="middle"><strong>$1</strong></th>
Table Row
\[tr\](.*?)\[/tr\]
<tr>$1</tr>
Table Data
\[td\](.*?)\[/td\]
<td class="trow1" valign="top" align="center">$1</td>
To use:
This gives the table
[table=NAME] [/table]
This gives a row.
[tr] [/tr]
This gives a header column
[th] [/th]
This gives content
[td] [/td]
Change NAME to suit.
Example:
[table=test]
[tr][th]Vegetable[/th][th]Meat[/th][/tr]
[tr][td]Onion[/td][td]Beef[/td][/tr]
[/table]
Just add more sections as needed.
Have fun.
Idea taken from other threads on this forum.