I could use some help creating tables for on the forum. I've tried everything I can.
This is what I think it should look like:
I've tried it with the tags upper-cased and without enters and spaced between the tags. When I've done that, no code is visible, but also no table.
The documentation isn't very helpful. Tried finding XenForo's table BBCode stuff and found this, example doesn't work either.
[TR1][TD]This is a left aligned cell[/TD][TD1]This is a centre aligned cell[/TD1][/TR1][TR2][TD2]This is a right aligned cell[/TD2][TD]Left aligned[/TD][/TR2][TR1][TD1]Centre aligned[/TD1][TD2]Right aligned[/TD2][/TR1]
What am I doing wrong? Or might it be a problem with the forums?
This is what I think it should look like:
Code:
[table]
[tr]
[th][/th]
[th][/th]
[th][/th]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[/table]
The documentation isn't very helpful. Tried finding XenForo's table BBCode stuff and found this, example doesn't work either.
This is a header cell | This is a header cell |
---|
What am I doing wrong? Or might it be a problem with the forums?