I'm not sure about BBCode but in Markdown you can make tables like:
Column A|Column B
---|---
Row A|Row A
Row B|Row B
And that fills in the table with a dark grey background for the headers and a light grey background for everything else. You could add more dashes to it but that is optional. I'm not a big fan of typing a bunch of underscores either, so I just play it safe and use the tr td notation here.
I don't know if it's possible for BBCode. You can do
such kind of formatting and try to change the numbers ( I don't know what they mean
)
[glow=#c6c6c6,2,300]such kind of formatting[/glow]
but it isn't really a satisfactory solution.
Maybe you can ask roslinpl, he did some great tutorials about BBCode:
https://bitcointalksearch.org/topic/learn-bbcode-lessons-tutorials-tutorial-videos-1727100Edit: there seems to be a solution (
https://help.forumotion.com/t71690-background-for-bbcode-tables) but I tried and it didn't work. Maybe some BBCode designers can help out.
For a long time ago, I read a post of one user whom guided to split table into two columns, one for image (on the left, for example), and another one for notes of that image (on the right). Unfortunately, I forgot to save that format. I think that one is cool because it saves more space in post and in page of topic. Sometimes, we don't need a long paraphrase to describe one image, so that format makes sense.
If you can, please help me to do that, 1miau.
I hope I understand you correctly, like that:
Picture | Words |
________________________________________ | ________________________________________ |
| thermos is keeping your tea safe and warm thermos is keeping your tea safe and warm thermos is keeping your tea safe and warm thermos is keeping your tea safe and warm thermos is keeping your tea safe and warm thermos is keeping your tea safe and warm |
[table]
[tr]
[td]Picture[/td]
[td]Words[/td]
[/tr]
[tr]
[td]________________________________________[/td]
[td]______________________________[/td]
[/tr]
[tr]
[td][img height=350]https://i.imgur.com/Fs9qcge.png[/img][/td][td]thermos is keeping your tea safe and warm
thermos is keeping your tea safe and warm
thermos is keeping your tea safe and warm
thermos is keeping your tea safe and warm
thermos is keeping your tea safe and warm
thermos is keeping your tea safe and warm[/td]
[/tr]
[/table]
?
Don't know if that's what you need.
I'm also searching sometimes, maybe you still know the topic and some key words posted in that topic to use the search button.