Andre Engels a écrit :
Although also using HTML in this case, I still use a slightly different syntax. What I do is:
<table align=right> <tr><td align="center">[[image:xyz.jpg]] <tr><td align="center"> ''Some longer caption, which is wider<br>than the image itself'' </table>
About banning HTML and using wiki-like syntax, there is an interesting feature in [ http://phpwiki.sf.net/ phpwiki ] that allow wiki-like tables.
the feature look like :
| | My column | Other column | first line | value | value | other line | value | ''value''
every line starting with a | is part of a table (I don't thing starting a line with a pipe is something very used for anything that is not that kind of stuff...)
if you write :
| | My column | Other column | first line |v big value | value | other line | ''value''
You'll have "big value" in a <td> with a colspan=2 ( v mean that you want to extend the cell to the bottom)
|vv mean <td colspan='3'> etc.
|> mean rowspan=2 |>> mean rowspan=3 etc.
I do really like this idea (I use phpwiki at home and at work, and that of tables is very usefull...)
The only thing that phpwiki's table don't have is "align='right'" on the whole table (<table align='right'>), but I'm sure it can be done with a good idea (like "|[table: align=right]|" before the first line, or any other idea...
The probleme is that it can be slow to render and need a lot of RAM (may be). _________________________________________________________________ "This e-mail is intended for the exclusive use of the individual or entity named above and may constitute information that is priviledged or confidential or otherwise protected from disclosure . Dissemination , distribution , forwarding or copying of this e-mail by anyone other than the intended recipient is prohibited . If you have received this e-mail in error , please notify us and completly delete or destroy any and all electronic or other copies of the original message" _________________________________________________________________