[Pmwiki-users] Problem making a table
Jonathan Scott Duff
duff
Thu Mar 4 11:20:47 CST 2004
On Thu, Mar 04, 2004 at 10:46:34AM -0600, C. Rosas wrote:
> i started to make a table, but when i was looking through the
> TextFormattingRules, it said to use this code for a table.
>
> || border=1
> || cell 1 || cell 2 || cell 3 ||
> || cell 1 || cell 2 || cell 3 ||
>
> after i type that in and save it, this shows.
>
> || cell 1 || cell 2 || cell 3 ||
> || cell 1 || cell 2 || cell 3 ||
>
> it's the same as the above, but without the || border=1.
>
> does anyone know why the table will now show up correctly?
I don't know for sure but at a guess I'd say that your first line
correctly begins in the first column while your other two lines have
leading whitespace of some sort. e.g., like this:
|| border=1
|| cell 1 || cell 2 || cell 3 ||
|| cell 1 || cell 2 || cell 3 ||
-Scott
--
Jonathan Scott Duff
duff at pobox.com
More information about the pmwiki-users
mailing list