This is the current correct syntax for tables:

This

||head1||head2
|field11|field12
|field21|field22
produces this

head1head2
field11field12
field21field22

This syntax is more intuitive (table-like):

This

||head1||head2||
|field11|field12|
|field21|field22|
produces this

head1head2
field11field12
field21field22

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:

head1head2
field11field12
field21

Go back to DontTellMeShowMe

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-7) was last changed on 13-Apr-2006 15:42 by Josef Holy