What's new

Implementing [c]

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.
 
It looks like I accidentely figured out how to submit a post without any text. :D
 
This also makes ascii art possible. Here's one for ya, Jason.

[c]
@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@+++@@@@@@@@@@@@
@@@@@@@@@++++@@@@@@@@@@@
@@@@@@@@@++++@@@@@@@@@@@
@@@@@@@@@@@@+@@@@@@@@@@@
@@@@@@@@@@@#+@@@@@@@@@@@
@@@@@@@@@@@#+@@@@@@@@@@@
@@@@@@@@@@@@+#@@@@@@@@@@
@@@@@@@@@@@@++@+++@@@@@@
@@@@@@@@@@@@#++++++#@@@@
@@@@@@@@@@@@@++++#@++@@@
@@@@@@@@@@@@@+++++++++#@
@@@@@@@@@@@@+++++++++++@
@@@@@@@@@@@@++++++@@@@@@
@@@@@@@@@@@@++++++@@@@@@
@@@@@@@@@@@@+++++@@@@@@@
@@@@@@@@@@@@+++++@@@@@@@
@@@@@@@@@@@++++++#@@@@@@
@@@@@@@@@@#++++++#@@@@@@
@@@@@@@@@@++++++++@@@@@@
@@@@@@@@@+++++++++@@@@@@
@@@@@@@@#++++#++++#@@@@@
@@@@@@@@+++++@#++++@@@@@
@@@@@@@++@@#@@@##++@@@@@
@@@@@@++@@@@@@@@@++@@@@@
@@@@@++#@@@@@@@@@++@@@@@
@@@@++@@@@@@@@@@@@+@@@@@
@++++#@@@@@@@@@@@@+@@@@@
@@+++@@@@@@@@@@@@@+#@@@@
@@@+@@@@@@@@@@@@@@++@@@@
@@@@@@@@@@@@@@@@@@@+@@@@
@@@@@@@@@@@@@@@@@@@##@@@
@@@@@@@@@@@@@@@@@@@@@@@@

[/c]
 
Back
Top