Trying to make some bbcode functionality using the Simple bbcode editor, and when trying to, I get a lot of <br> spam...
Here's how I'm setting it:
Each element that requires the table has its own bbcode...
How can I stop the br spam that appears? Seems like it only happens from above the table.
Here's how I'm setting it:
Each element that requires the table has its own bbcode...
Code:
[table]
[thead]
[tr]
[th] Col [/th]
[th] Col 2 [/th]
[/tr]
[/thead]
[tbody]
[tr]
[td] Value 1 [/td]
[td] Value 2 [/td]
[/tr]
[tr]
[td] Value 1 [/td]
[td] Value 2 [/td]
[/tr]
[tr]
[td] Value 1 [/td]
[td] Value 2 [/td]
[/tr]
[tr]
[td] Value 1 [/td]
[td] Value 2 [/td]
[/tr]
[/tbody]
[/table]
How can I stop the br spam that appears? Seems like it only happens from above the table.
Last edited: