It took me lots and lots of goes to master how to do a table so I thought a colour coordinated explanation might make it clearer to those who are struggling like I was.
I've copied it onto this board so any one can practice away to their hearts content.
This might help explain using the table buttons more clearly
Step 1- The left "Insert Table Button"
All further info goes between this
Step 2-The middle "Insert Table Row" button begins and ends each row with [ tr][ /tr]
Step 3- The right hand "Insert Table Column" in between the rows the [ td][ /td] makes the columns
[ table]
[ tr] [ td]column 1[ /td] [td]column 2[ /td] [ td]Column 3[ /td] [/tr]
[ tr] [ td]column 1[ /td] [td]column 2[ /td] [ td]Column 3[ /td] [/tr]
[ /table]
So to put the following into a table
Goals Points Score
1 3 9
7 7 49
[ table]
[ tr] [ td]Goals [ /td] [ td] Points[ /td] [ td]Score [ /td] [ /tr]
[ tr] [ td]1 [ /td] [ td] 3[ /td] [ td]9 [ /td] [ /tr]
[ tr] [ td] 7[ /td] [ td] 7[ /td] [ td]49 [ /td] [ /tr]
[ /table]
I've copied it onto this board so any one can practice away to their hearts content.
This might help explain using the table buttons more clearly
Step 1- The left "Insert Table Button"
Step 2-The middle "Insert Table Row" button begins and ends each row with [ tr][ /tr]
Step 3- The right hand "Insert Table Column" in between the rows the [ td][ /td] makes the columns
[ table]
[ tr] [ td]column 1[ /td] [td]column 2[ /td] [ td]Column 3[ /td] [/tr]
[ tr] [ td]column 1[ /td] [td]column 2[ /td] [ td]Column 3[ /td] [/tr]
[ /table]
So to put the following into a table
Goals Points Score
1 3 9
7 7 49
[ table]
[ tr] [ td]Goals [ /td] [ td] Points[ /td] [ td]Score [ /td] [ /tr]
[ tr] [ td]1 [ /td] [ td] 3[ /td] [ td]9 [ /td] [ /tr]
[ tr] [ td] 7[ /td] [ td] 7[ /td] [ td]49 [ /td] [ /tr]
[ /table]
Goals | Points | Score |
1 | 3 | 9 |
7 | 7 | 49 |