Page 1 of 1

The [code] function

Posted: October 11 15, 10:18 pm
by AWvsCBsteeeerike3
How do it work?

Re: The [code] function

Posted: October 14 15, 9:38 am
by Arthur Dent
It triggers a monospaced font, so you can align text between lines e.g. if you want to make a table or something.

For example:

Code: Select all

| Head A | Head B | Head C |
----------------------------
| Box 1A | Box 1B | Box 1C |
| Box 2A | Box 2B | Box 2C |
| Box 3A | Box 3B | Box 3C |
----------------------------