The [code] function
-
AWvsCBsteeeerike3
- "I could totally eat a pig butt, if smoked correctly!"
- Posts: 27557
- Joined: August 5 08, 11:24 am
- Location: Thinking of the Children
The [code] function
How do it work?
-
Arthur Dent
- Hall Of Famer
- Posts: 12536
- Joined: April 25 06, 6:43 pm
- Location: Austin
Re: The [code] function
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:
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 |
----------------------------