I'd like a bbcode that allows users to input their own inline style attributes so that they can customize the tables to whatever their heart desires, instead of having a predefined style set in the html, but also have the ability to use the code if they don't input any inline styling as well if they'd rather just use the spacing of a table without any styling showing up.
Example with inline styling:
Code: Select all
[table style="background-color:#000; border:1px solid #ff0000;"][tr][td]Some Text Here[/tr][/td][/table]
Example without inline styling:
Code: Select all
[table][tr][td]Some Test Here[/tr][/td][/table]
Thanks ahead to anyone who can help me out with this.