Creating Tables

9th August 2017
Please note that the editing function is undergoing some development work so some parts of these instructions may no longer be correct. Apologies for the inconvenience and we hope to have these updated soon.

This is a bit more complex, and fiddly, but it works!...

What you type in the edit box...

|CssClass|k
|!heading column 1|!heading column 2|
|row 1, column 1|row 1, column 2|
|row 2, column 1|row 2, column 2|
|>|COLSPAN|
|ROWSPAN| … |
|~| … |
|CssProperty:value;…| … |
|caption|c
Annotation:
  • The > marker creates a "colspan", causing the current cell to merge with the one to the right.
  • The ~ marker creates a "rowspan", causing the current cell to merge with the one above.

...and what you see in the ordinary "viewing mode"...

caption
heading column 1heading column 2
row 1, column 1row 1, column 2
row 2, column 1row 2, column 2
COLSPAN
ROWSPAN