It recently struck me that I could probably create a table class without creating a new BBcode by adjusting CSS.
I added this to my additional.css
Code:
.nstable {
padding:0px; margin:0px;
}
And I put this into the editor:
Code:
[table="class: nstable"]
It's still not working, but I'm no good at CSS. Maybe someone here could help with this method rather than editing BBcode.