code tags

any one know how to put code tags in?
code:
[
test
]
[78 byte] By [SMSdude] at [2007-11-20 11:07:16]
# 1 Re: code tags
See the other post.
Arjay at 2007-11-10 3:35:37 >
# 2 Re: code tags
Or simply read the FAQ.
STLDude at 2007-11-10 3:36:40 >
# 3 Re: code tags
[ Moved ]
HanneSThEGreaT at 2007-11-10 3:37:38 >
# 4 Re: code tags
any one know how to put code tags in?


http://www.dev-archive.com/forum/misc.php?do=bbcode
Brad Jones at 2007-11-10 3:38:44 >
# 5 Re: code tags
I think the OP means how to do ... [code]

In order to this, you need to use HTML ASCII...like so
[code]
PeejAvery at 2007-11-10 3:39:40 >
# 6 Re: code tags
You only need to do :
[CODE] 'Your Code Here [/CODE] for posting codes

If you want to Write [CODE] itself in a post, [ ; then type CODE] same with [/CODE]
HanneSThEGreaT at 2007-11-10 3:40:39 >