From: Jeff D. <da...@da...> - 2002-03-27 16:37:08
|
Carsten Klapp said: > > This looks like a problem with html of tables using the new wikimarkup, > the last column is rendered with <td> instead of <th>. I notice the > same problem also appears with the table at > http://phpwiki.sourceforge.net/demo/ en/PgsrcTranslation. It's not a bug. That's the way it's supposed to work. These are "dl-tables" used to format definition lists in table format. The "headings" (or "definition terms") are in the left column not the top row. There is currently no way (other than using the RawHtml plugin) to make "regular" tables using the new syntax. There will be, sometime after someone comes up with a syntax for them... Jeff |