Used to display code snippets inline.
Settings
BBCODE USAGE:
Code: Select all
[c]{TEXT}[/c]
Code: Select all
<code style="font-family: Monaco, 'Andale Mono', 'Courier New', Courier, monospace; font-size: 0.9em; font-style: normal; line-height: 1.3em; background: #FFF; border: 1px solid #C9D2D8; padding: 0 3px; color: #2E8B57; display: inline;">{TEXT}</code>
Code: Select all
Place plain text inside [c][/c] tags
Code: Select all
This is just a test [c]$user->setup('viewforum');[/c] to show you.
$user->setup('viewforum');
to show you.