Help On Tables
Size, Position, Textalignment and Borders may be applied to a whole table from the text-editor by adding HTML-like syntax in the first cell within <chevrons>.
e.g. ||<tablewidth="50%"tableclass="tcenter acenter border1">center table, center text||
center table, center text |
Aditionally you may add within each cell
<-2>: colspan
<|2>: rowspan
<style="..."> will put that style info into cell (td) html
<rowstyle="..."> will put that style info into row (tr) html
Below you can see how the different predefined tableclasses looks like....
Table Position
tableclass:tleft
a |
b |
tableclass:tcenter
a |
b |
tableclass:tright
a |
b |
Text Alignment
tableclass:aleft
a |
b |
tableclass:acenter
a |
b |
tableclass:aright
a |
b |
Table Borders
tableclass:border0
a |
b |
c |
|
tableclass:border1
a |
b |
c |
|
tableclass:border2
a |
b |
c |
|
tableclass:border3
a |
b |
c |
|
tableclass:border4
a |
b |
c |
|
tableclass:border5
a |
b |
c |
|
