Extends table BB code functionalities.
It should not break your existing tables.
Code:
[TABLE style='width: 50%;margin-left: auto;margin-right: auto;']
[TR]
[TH style='width: 26.8507%;']
[TH colspan='2' style='width: 33.0302%;']
[TH style='width: 39.9206%;']
[/TR]
[TR]
[TD colspan='2' rowspan='2' style='width: 41.812%;']
[TD style='width: 18.0712%;']
[TD style='width: 39.9206%;']
[/TR]
[TR]
[TD style='width: 18.0712%;']
[TD style='width: 39.9206%;']
[/TR]
[TR]
[TD style='width: 26.8507%;']
[TD style='width: 14.9526%;']
[TD colspan='2' rowspan='2' style='background-color: rgb(235, 107, 86);width: 58.0199%;']
[/TR]
[TR]
[TD style='width: 26.8507%;']
[TD style='width: 14.9526%;']
[/TR]
[/TABLE]
It should not break your existing tables.
- Add TH and TD BB code support for colspan, rowspan, and style options
- Add TABLE BB code support for style options
- Add WYSIWYG table editor cell button to merge or split table cells
- Add WYSIWYG table editor cell background button to change cell color
- Add WYSIWYG table editor resizing handle
Code:
[TABLE style='width: 50%;margin-left: auto;margin-right: auto;']
[TR]
[TH style='width: 26.8507%;']
One
[/TH][TH colspan='2' style='width: 33.0302%;']
Two & Three
[/TH][TH style='width: 39.9206%;']
Four
[/TH][/TR]
[TR]
[TD colspan='2' rowspan='2' style='width: 41.812%;']
Up
[/TD][TD style='width: 18.0712%;']
1
[/TD][TD style='width: 39.9206%;']
2
[/TD][/TR]
[TR]
[TD style='width: 18.0712%;']
3
[/TD][TD style='width: 39.9206%;']
4
[/TD][/TR]
[TR]
[TD style='width: 26.8507%;']
5
[/TD][TD style='width: 14.9526%;']
6
[/TD][TD colspan='2' rowspan='2' style='background-color: rgb(235, 107, 86);width: 58.0199%;']
Down
[/TD][/TR]
[TR]
[TD style='width: 26.8507%;']
7
[/TD][TD style='width: 14.9526%;']
8
[/TD][/TR]
[/TABLE]