This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
surferpup's profile picture

[SOLVED] How do I enter a Right Square Bracket?

Started by surferpup, 28 January 2014 - 04:31 PM
surferpup #1
Posted 28 January 2014 - 05:31 PM
In replying to questions, I cannot seem to explain how to manually enter code tags into the forum without going to silly extremes such as:

RightSquareBracket code LeftSquareBracket

or my favorite:


[code]
...your code here...


I searched ip.board help and could not find an answer on how to insert literal symbols into my posts.

How is this done? Can it be done?
Edited on 30 January 2014 - 12:55 AM
danny_delmax1 #2
Posted 28 January 2014 - 06:06 PM
Press "More reply options".
First, manually type in
 [code] Your code here 

(Don't put the space between the [ and /. The code tags break my trick)
Move the mouse cursor right after the [ on the first one, and change the size. Press any key, such as g.
Then, at the top left hand corner, press the "toggle editing mode" button to the left of the eraser.
Remove the letters, but keep the Size tags.
Unfortunately, you must post at this point. Pressing the toggle edit mode button again will remove the size formatting trick.

Example:
[code] Your code here [/code]
Edited on 28 January 2014 - 06:03 PM
MudkipTheEpic #3
Posted 28 January 2014 - 07:00 PM
In between the [code] tags, put a [i] so it looks like this:

[cod[i]e]

If you type the above out and post, it will look like this:

[code]Your code here

You don't need to do anything to the closing tag.
Edited on 28 January 2014 - 06:03 PM
surferpup #4
Posted 28 January 2014 - 07:07 PM
Thanks