Also, I want to know the correct way to add BB code for row span, colspan etc. (I couldn't find any documentation about this new feature in XF help section)
Right now I have defined them as separate tag, is it the best way to do?
BB Code Tag: tdrowspan
HTML Replacement: <td rowspan="{option}">{text}</td>
BB Code Tag: tdcolspan
HTML Replacement: <td colspan="{option}">{text}</td>
Also, I want to know the correct way to add BB code for row span, colspan etc. (I couldn't find any documentation about this new feature in XF help section)
Right now I have defined them as separate tag, is it the best way to do?
Well because of the structure of tables, they don't necessarily lend themselves to "basic" custom BB codes (instead working better with custom PHP code powering it).