Inline code BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Inline code BBCode

Post by BBCode Bot »

Inline code BBCode

Author: Unknown, posted by Derky at http://www.phpBB.nl
Description: Usually for short code snippets shown inline without using the code-BBCode.
Image

BBCode:

Code: Select all

[c]{TEXT}[/c]
HTML:

Code: Select all

<code style="background-color:#FFF;color:#000000;border:1px solid #5E8070;padding: 0 1px;">{TEXT}</code>
Helpline:

Code: Select all

In-Line Code: [c]your code[/c]
Example:

Code: Select all

[c]<span style="color:#000000;cursor:hand;background:#FFFFF;">TEXT</span>[/c]
Demo:
<span style="color:#000000;cursor:hand;background:#FFFFF;">TEXT</span>
Locked