Tabell for styremedlemmer, tre kolonner
Navn |
Verv |
Telefon |
|
Ingrid Moksnes |
leder |
12345678 |
|
Stig Rune Moan |
styremedlem |
87654321 |
|
Grethe Hegge |
kasserer |
47897871 |
|
- Table from CSV file – bruker en ferdig kommaseparert fil som hentes fra f eks Excel
["table file="example.com/blog/wp-content/uploads/pricelist.csv"][/table"]
Dette er feilskrevet fordi det ikke skal kunne tolkes som en riktig kode. Ta bort de ytterste apostrofene.
- Table with new line in a cell (since 0.9) any nl value would be replaced with new line while rendered. nl could be one character or more. Be wise to use character here, make sure it’s not very common character that may used in your data.
head1 |
head2 |
head3 |
row1col1
|
row1col2 |
this should be in one cell |
row2col1
|
row2col2 |
this also should be in one cell |
row3col1
|
row3col2 |
row3col3 |
row4col1
|
row4col2 |
row4col3 |
|
- Table with colspan and other attribute in some cells
|
no
|
head1 |
head2 |
head3 |
1
|
row1col1 |
row1col2 |
row1col3 |
2
|
row2col1 |
row2col2 |
row2col3 |
3
|
row3col1 |
row3col3 |
4
|
row4col1 |
row4col2 |
row4col3 |
|