Page 1 of 1

BlueBox BBCode

Posted: 06 Mar 2010, 09:29
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]