According to what I understand from the Markdown documentation the following should produce a table in a wiki page:
| Rekenaar | IP adres | Eienaar | | ------------------------- | ------------------------ | --------------------| | computer1.com | 111.111.128.205 | Simon le Roux | | computer2.com | 111.111.128.206 | Johann Spies | But what I get is this: |Rekenaar | IP adres | Eienaar | | ------------------------------ | ------------------------ | ---------------------- | | computer1.com | 111.111.128.205 | Simon le Roux | computer2.com | 111.111.128.206 | Johann Spies | Where did I make a mistake? Regards Johann -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.