Post
Topic
Board Meta
Merits 2 from 2 users
Re: Little things that bug you/me about the forum
by
nutildah
on 11/07/2025, 13:30:59 UTC
⭐ Merited by PowerGlove (1) ,Cricktor (1)
Ooh. I thought of one just now as I was doing a table for the first time in a while.

Why do we have to use a hack to put multiple words in the same row of a table? It seems like bbcode doesn't operate this way outside the forum. Like for instance, I had to do this because the forum software can't just recognize what the longest table row field is:

Code:
[tr][td][b]Team[color=transparent].........................[/color][/b][/td][td][b]2025 Predicted Record[/b][/td][/tr]

It only recognizes what the longest word in any row is and then pushes everything down to a new row after that.

Its easy enough to overcome. But it is indeed a little thing that bugs me. Like, why can't the forum just handle it? Unless it does and I've just been doing it wrong for years.