What's new

Implementing [c]

One Brow

Well-Known Member
Contributor
On boardgamegeek, apparently you can use [c] and [/c] to change your post, so that you can use spaces and table to line things up without tables. Can that be implemented here?
 
Last edited:
By the way, I think something new was implemented today. I was in the middle of writing a post (on my laptop) when my screen refreshed and all of a sudden a row of new editing/formatting tools appeared.

Not sure if there's any difference on tapatalk though!
 
I think he was saying, "Ah, the [c] tags cause spaces to act like tabs."

That's not what I meant. I used five spaces before each number, except for four spaces before the "10", to line them up. Each space still takes one space.
 
That's not what I meant. I used five spaces before each number, except for four spaces before the "10", to line them up. Each space still takes one space.

Aha. So it's basically just a command to use a fixed width font and to not merge spaces. It's therefore essentially identical to the "
Code:
" tag which this board supports, except it doesn't place the text in a special box.

[code]1     2     3     4     5      
6     7     8     9    10


edit: I made it be two lines, like OB's example.
 
Last edited:
Aha. So it's basically just a command to use a fixed width font and to not merge spaces. It's therefore essentially identical to the "
Code:
" tag which this board supports, except it doesn't place the text in a special box.

[code]1     2     3     4     5      6      7     8     9    10

Yes, that sounds about right.
 
i am pretending I know what this is about

[c]1 2 3 4 5
6 7 8 9 [/c]

but I don't...

except that when I first hit "Quick Reply" I get one set of tags and when I hit "Go Advanced" I get a second set of tags.

So I am going to try the # sign and see what it does

#1 2 3 4 5
2 4 6 8 10#

or


[#]1 2 3 4 5
2 4 6 8 10[/#]

so it just displayed what was typed...
so either it doesn't work, or I'm not doing it correctly or both

gonna try the "table" tag

[table="width: 200, class: grid, align: left"]
[tr]
[td]1[/td]
[td]2[/td]
[/tr]
[tr]
[td]3[/td]
[td]6[/td]
[/tr]
[tr]
[td]4[/td]
[td]8[/td]
[/tr]
[/table]

wow, that's kind of cool
 
[c]1 2 3 4 5
6 7 8 9 10[/c]

How's that? You can use the BBCode [c]. Let me know of any issues.
 
Back
Top