[quote=@BrokenPromise] Okay, let's have Mahz tackle a [i]real[/i] problem now. Something that actually hurts people and causes them anguish. Given that BBC code works inside of tables, I do not think it is necessary for tables to auto-bold the first row of text. Tables also do not play nice with each other when you put tables inside of tables. The table that is inside a table tends to bold up even if you skip placing it in the first row. [url=https://www.roleplayerguild.com/posts/5597743]Here's a link for clarity and one users mental breakdown.[/url] [/quote] Agreed. It was a mistake on my part to make the table so opinionated. I should remove the styling from the table bbcode. Though off the top of my head I'm not sure how it should work on small device widths. The current table implementation uses html/css width=100% and then it adds a horizontal scrollbar if the table content can't fit. I'm not sure if this is useful or not. Maybe you or a bbcode expert like [@Exit] can chime in on what they think the right trade-off would be? What would the ideal table bbcode syntax look like? e.g. maybe [table] by default has width=100% but [table=min] has no width; it's determined by content size. If anyone has a list of bbcode improvements that are curated to the ones you think are most important, I'd like to read that in general. But in the meantime I could make the table bbcode more general/useful.