Resource icon

xF2 Add-on Slions - Table 2.2.13 Beta 3

No permission to download
Compatible XF Versions
2.2
Extends table BB code functionalities.
It should not break your existing tables.

  • Support colspan and rowspan options for th and td cells
  • Add table editor button to merge and split cells
You can use it like that:



Code:
[TABLE]
[TR]
[TH][CENTER]One[/CENTER][/TH]
[TH colspan='2'][CENTER]Two & Three[/CENTER][/TH]
[TH][CENTER]Four[/CENTER][/TH]
[/TR]
[TR]
[TD colspan='2' rowspan='2'][CENTER]Up[/CENTER][/TD]
[TD]1[/TD][TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD][TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD][TD]6[/TD]
[TD colspan='2' rowspan='2'][CENTER]Down[/CENTER][/TD]
[/TR]
[TR]
[TD]7[/TD][TD]8[/TD]
[/TR]
[/TABLE]
Author
BattleKing
Downloads
3
Views
430
Last update
Rating
0.00 star(s) 0 ratings

More resources from BattleKing

Latest updates

  1. Release v2.2.13 Beta 3

    Move style properties to their own group and rename them
  2. Release v2.2.13 Beta 2

    Add styles properties for data cells, alternate data cells and header cells Add style property...
  3. Release v2.2.13 Alpha 8

    Use templates to enable style customization
Top