Description
This tag creates external border around table.
Note: The tag affects next table created, so place it just before >t< tags, and it can be stopped by the >tr< tag.
Parameters and typographical expressions
1.string that defined which rules to set. The value can contain "TLBR" letters, to set data for top, left, bottom or right rules. The corresponding rule is set if the letter is present, otherwise is not modified. Empty string clears all the rules.
2.rules weight
3.rules color, e.g. K or !Light Blue!. Note: if the color name is more than one word, embed the color name in quotes or exclamation marks.
4.rules tint e.g. 100.
5.Name of the dash, e.g. Dots or !Double 1!. If empty, standard default rule is used.
Tag Effects
Effects are visible in the WYSIWYG pane of the Articles main tab or on a page on the Pages main tab. However, because this tag may change the way how the text lines are justified, its effect is indirectly visible in the source pane of the Articles or Pages main tab.
Type and scope
This tag affects all subsequently created tables. Insert it before >t< tags. To stop its action, use the >tr< tag before >t< tags of the table where you don't want it to be active.
>tabrule LR,5pt,M,100,tabtest< left and right border line of 5pt, in Magenta color 100%, dash 'tabtest'. Top and bottom border is not drawn. >tabrule TLBR,5pt,M,100,tabtest< border of 5pt, in Magenta color 100%, dash 'tabtest' |