Dev4Press No Script
Back to Public Forum

BBCodes add table?

Published on: September 16, 2025 at 2:57 am · By: wildweaselmi
Author
Topic
#579048

Does anyone know how to add the Table to the bbcode editor? Its super easy with tinymce but with bbcodes we all know how to do it with

[table]
[tr]
[th]TITLE 1[/th]
[th]TITLE 2[/th]
[/tr]
[tr]
[td]value1 under title 1[/td]
[td]value1 under title 2[/td]
[/tr]
[tr]
[td]value2 under title 1[/td]
[td]value2 under title 2[/td]
[/tr]
[tr]
[td]value3 under title 1[/td]
[td]value3 under title 2[/td]
[/tr]
[/table]

Hoping to use the editor instead so users don’t have to remember what the code is.

  • You must be logged in to reply to this topic.