06-17-2018, 03:10 PM
(This post was last modified: 06-17-2018, 03:13 PM by New Rogernomics.)
You aren't using the tags correctly.
First you need to set a table size i.e. 100, which is 100%
Next you need to set a tr or table row for the titles
Then you need a table row for the data.
I have spaced out the bbcode in your post, so you can see what I mean.
My advice is to use the table generator if the tags are too difficult to figure out, or you don't want to have to deal with the bbcode part too much.
First you need to set a table size i.e. 100, which is 100%
Next you need to set a tr or table row for the titles
Then you need a table row for the data.
I have spaced out the bbcode in your post, so you can see what I mean.
My advice is to use the table generator if the tags are too difficult to figure out, or you don't want to have to deal with the bbcode part too much.
Code:
Example 2:
[table=100]
[tr]
[th]Test 1[/th][th]Test 2[/th][th]Test 3[/th]
[/tr]
[tr]
[td]Test A[/td][td]Test B[/td][td]Test B[/td]
[/tr]
[/table]