BlueBox 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

BlueBox BBCode

Post by BBCode Bot »

BlueBox BBCode

Author: DJS596
Description: A simple box BBCode that can be used for in- post announcements or to make certain text stand out. Ability to add a title. Can be manually edited for different colours.
Image

BBCode:

Code: Select all

[bluebox={TEXT1}]{TEXT2}[/bluebox]
HTML:

Code: Select all

<span style="font-weight: bold;">{TEXT1}</span><br /><div style="margin-bottom: 10px; background: #FFFFFF;  border-color: #0000FF; border-style: solid; border-width: 4px; padding: 6px; overflow: auto; "> {TEXT2}</div>
Helpline:

Code: Select all

BlueBox:[bluebox=title]{TEXT}[/bluebox]
Example:

Code: Select all

[bluebox=A special announcement]This is a special announcement for everybody to read.[/bluebox]
Demo:
[bluebox=A special announcement]This is a special announcement for everybody to read.[/bluebox]
Locked