Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Adding tables to forum posts

This site may earn commission on affiliate links.
Column Header 1Column Header 2
Row 1 Cell 1Cell 2
Row 2 Cell 1Cell 2
Row 3 Cell 1Cell 2

It's doable, but it's ugly like HTML:

Code:
[TABLE]
[TR][TH]Column Header 1[/TH][TH]Column Header 2[/TH][/TR]
[TR][TD]Row 1 Cell 1[/TD][TD]Cell 2[/TD][/TR]
[TR][TD]Row 2 Cell 1[/TD][TD]Cell 2[/TD][/TR]
[TR][TD]Row 3 Cell 1[/TD][TD]Cell 2[/TD][/TR]
[/TABLE]

[TR][/TR] = Table Row
[TH][/TH] = Table Header Cell (no unique styling for that on TMC)
[TD][/TD] = Table Cell