I've looked around the search, but I didn't find the way to add my custom BBCodes...
This is the page:
I added at the first space a BBCode code like this:
[table border="1"][tr][td][/td]
[td][/td]
[/tr]
[tr][td][/td]
[td][/td]
[/tr]
[/table]
[td][/td]
[/tr]
[tr][td][/td]
[td][/td]
[/tr]
[/table]
And added this code at the second one:
<table border="1">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
When I pick "Send", this is the result
Quote:
It means:
Quote:
I have no idea what is "BBCode Tag" :oops: