Automaticially nested tables are getting created.
I use only one table tag and then inside it TD's and TR's
But when I save and again see the code all TD's get there own table tag. (Magic.. is happening )
Those automatically created tables, trs, and tds are caused by incorrect or missing end tags, i guess.
Here's a sample I made for you, just continue from here and add whatever content you need. You can also copy it for new entries. Feel free to edit like removing the horizontal lines.
| | ———————— | | | ———————— | | | ———————— | | | ———————————————————————— | | | ———————— | | | ———————— | | |
| | NAME | | | RANK | | | MERIT | | | SERVICES | | | ANN | | | CONTACT | | |
| | ———————— | | | ———————— | | | ———————— | | | ———————————————————————— | | | ———————— | | | ———————— | | |
| | Pablo-wood | | | F | | | 143 | | | 6 years experience with Django, Flask, Fast Api | | | | | | PM | | |
[table]
[tr]
[td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————————————————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[/tr]
[tr]
[td][b]|[/b][/td]
[td][center][b]NAME [/b][/center][/td][td][b]|[/b][/td]
[td][center][b]RANK [/b][/center][/td][td][b]|[/b][/td]
[td][center][b]MERIT [/b][/center][/td][td][b]|[/b][/td]
[td][center][b]SERVICES [/b][/center][/td][td][b]|[/b][/td]
[td][center][b]ANN [/b][/center][/td][td][b]|[/b][/td]
[td][center][b]CONTACT [/b][/center][/td][td][b]|[/b][/td]
[/tr]
[tr]
[td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————————————————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[td][center][b]————————[/b][/center][/td][td][b]|[/b][/td]
[/tr]
[tr]
[td]|[/td]
[td][url=https://bitcointalk.org/index.php?action=profile;u=3517454]Pablo-wood[/url][/td][td]|[/td]
[td][center]F[/center][/td][td]|[/td]
[td][center]143[/center][/td][td]|[/td]
[td] 6 years experience with Django, Flask, Fast Api [/td][td]|[/td]
[td] [center][url=https://bitcointalk.org/index.php?topic=5493966.0]ANN[/url][/center][/td][td]|[/td]
[td] [url=https://bitcointalk.org/index.php?action=pm;sa=send;u=3517454]PM[/url][/td][td]|[/td]
[/tr]
[/table]
