table in a wiki page
Replies (1)
(1-1/1)
Added by Alex Talbott almost 13 years ago
Does the syntax for a table work in the wiki pages?
Here is the syntax that I am trying.
{| width="600" cellspacing="1" cellpadding="1" border="1"
|-
|
|
|-
|
|
|-
|
|
|}
Thanks for your help.
Normal html syntaxe works fine, like :
<table><tr><th>[...]</th></tr><tr><td>[...]</td></tr>><tr>[...]</tr></table>
@++ bidule ;-)
(1-1/1)