Hello,
This is day one for me with phpbb. I've done a few hours of research but can't figure out what I'm doing wrong. I'm trying to create a post with a table in it. Below is the text I have put into the post and the result. Can anyone tell me why it's not creating a table? I used the bb-code generator (https://tableconvert.com/bbcode-generator) but that didn't work. REF: https://www.bbcode.org/making-a-table-with-bbcode.php.
Thank you!
Allan
Here is the text/code in my post:
[table]
[tr]
[th]Level[/th]
[th]Coal Storage Cap.[/th]
[th]Mine Resident Cap.[/th]
[th]Stone[/th]
[th]Build Time[/th]
[th]Combat Power (CP)[/th]
[/tr]
[tr]
[td]1[/td]
[td]40[/td]
[td]10[/td]
[td]78[/td]
[/tr]
[/table]
Here is what is displayed after I post the topic:
[table]
[tr]
[th]Level[/th]
[th]Coal Storage Cap.[/th]
[th]Mine Resident Cap.[/th]
[th]Stone[/th]
[th]Build Time[/th]
[th]Combat Power (CP)[/th]
[/tr]
[tr]
[td]1[/td]
[td]40[/td]
[td]10[/td]
[td]78[/td]
[/tr]
[/table]