05-30-2024, 09:57 PM
(05-30-2024, 09:23 PM)RhoSigma Wrote: I'm afraid codeblocks are the only place which allows for such preformatted constructs. Maybe it works also if you use a monospaced font for your post or at least the tables.
The forum admins could look around, if there's a plugin module available which adds something like aBBCode element.
It seems they looked around!
The code:
Code: (Select All)
[table=test]
[tr][th]Header A[/th][th]Header B[/th][th]Header C[/th][/tr]
[tr][td]A1[/td][td]B1[/td][td]C1[/td][/tr]
[tr][td]A2[/td][td]B2[/td][td]C2[/td][/tr]
[tr][td]A3[/td][td]B3[/td][td]C3[/td][/tr]
[/table]
yields:
Header A | Header B | Header C |
---|---|---|
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |
But it seems there's some weird quirk that inserts the word "No" after a table ??