Adv.table with colspan,rowspan, hcell
nav_first.pngFirst: code-block:4
2Tables(2,(1))-text,image-border, fixwidth
Edited: 14 Aug 2013 23:14 by: Peter-ZA
Comments: 1
Tags: image table warning-message
nav_prev.pngPrevious: code-block:6
Adv.table with colspan,rowspan, hcell
Edited: 24 Nov 2013 10:53 by: Helmut_pdorf
Comments: 0
Tags: !done table
Last: code-block:3
Table(3,3)-border(1,1,1)-background
Edited: 14 Aug 2013 13:24 by: Helmut_pdorf
Comments: 0
Tags: table
nav_last.png
Next: code-block:5
Simple Table with Striped Rows
Edited: 24 Nov 2013 10:54 by: Helmut_pdorf
Comments: 0
Tags: !done table
nav_next.png

Example

header cell 0.0 header cell 0.1 header cell 0.2
cell 1.0 cell 1.2
cell 2.0 cell 2.1 cell 2.2
cell 3.1 cell 3.2

Code

[[table]]
[[row]]
[[hcell style="border: 1px solid silver; background-color: yellow;"]]
header cell 0.0
[[/hcell]]
[[hcell style="border: 1px solid silver"]]
header cell 0.1
[[/hcell]]
[[hcell style="border: 1px solid silver" ]]
header cell 0.2
[[/hcell]]
[[/row]]
[[row]]
[[cell style="border: 1px solid silver;background-color: lightblue;" colspan="2"]]
cell 1.0
[[/cell]]
[[cell style="border: 1px solid silver; background-color: yellow;"]]
cell 1.2
[[/cell]]
[[/row]]
[[row]]
[[cell style="border: 1px solid silver; background-color: lightgreen;" rowspan="2"]]
cell 2.0
[[/cell]]
[[cell style="border: 1px solid silver"]]
cell 2.1
[[/cell]]
[[cell style="border: 1px solid silver"]]
cell 2.2
[[/cell]]
[[/row]]
[[row]]
[[cell style="border: 1px solid silver"]]
cell 3.1
[[/cell]]
[[cell style="border: 1px solid silver"]]
cell 3.2
[[/cell]]
[[/row]]
[[/table]]

Comments

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License