This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
Back to Help
This is the current correct syntax for tables:
This
||head1||head2 |field11|field12 |field21|field22produces this
| head1 | head2 |
|---|---|
| field11 | field12 |
| field21 | field22 |
This syntax is more intuitive (table-like):
This
||head1||head2|| |field11|field12| |field21|field22|produces this
| head1 | head2 | |
|---|---|---|
| field11 | field12 | |
| field21 | field22 |
The additional '|' at the right produces an additional column. Someone might consider this a bug.
I would also like to see a way to span a cell so if I was to do
This
||head1||head2|| |field11|field12| |field21
it would produces a table where field21 spaned the columns head1 and head2. While now it produces this:
| head1 | head2 | |
|---|---|---|
| field11 | field12 | |
| field21 |
Back to Help
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 15-Nov-2006 15:59 by UnknownAuthor