Table functionality?
Posted: 07 May 2024, 18:43
If it is simple enough to get tables enabled or added in via an extension or whatever, that would be useful. I currently mainly use this in the oc directory, but it's the sort of thing I'd probably use more elsewhere.
(If it can be implemented but the bbcode isn't just the usual table/tr/td that's fine, it'd take me two minutes to update my existing stuff.)
Currently if I use the following code:
It just displays:
[table]
[tr][td]A1[/td][td]A2[/td][/tr]
[tr][td]B1[/td][td]B2[/td][/tr]
[/table]
(If it can be implemented but the bbcode isn't just the usual table/tr/td that's fine, it'd take me two minutes to update my existing stuff.)
Currently if I use the following code:
Code: Select all
[table]
[tr][td]A1[/td][td]A2[/td][/tr]
[tr][td]B1[/td][td]B2[/td][/tr]
[/table]
[table]
[tr][td]A1[/td][td]A2[/td][/tr]
[tr][td]B1[/td][td]B2[/td][/tr]
[/table]