Savato
Posts : 3443 Poké : 380 Join date : 2012-08-08
| Subject: How to create Tables on here Wed May 21, 2014 3:57 pm | |
| Forummotion seems to have its problems with Table coding. Here an example of how to code your tables. - Code:
-
[table border="1"] [tr] [td]row 1, cell 1[/td] [td]row 1, cell 2[/td] [/tr] [tr] [td]row 2, cell 1[/td] [td]row 2, cell 2[/td] [/tr] [/table]
The result should look like this:row 1, cell 1 | row 1, cell 2 | row 2, cell 1 | row 2, cell 2 |
| |
|