I hope this isn't off topic, but can someone give me help creating tables in the wiki? The wiki states that it supporst XHTML tables. I want to create tables in this format, or as close as possible. In XHTML, you control borders and other characteristics by CSS. So how does one do the same in the wiki? <table> <!-- there are no borders here--> <tr> <td>cell one</td><td>cell two</td> </tr> </table> Paul -- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************
Paul Tremblay wrote:
The wiki states that it supporst XHTML tables. I want to create tables in this format, or as close as possible. In XHTML, you control borders and other characteristics by CSS.
So how does one do the same in the wiki?
<table> <!-- there are no borders here-->
<table borde="1"> for the simplest case, otherwise just take a look at any HTML table you like and copy the definition. The majority probably works. Mojca
participants (2)
-
Mojca Miklavec
-
Paul Tremblay