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.
BBCode:
Code: Select all
[bluebox={TEXT1}]{TEXT2}[/bluebox]
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>
Code: Select all
BlueBox:[bluebox=title]{TEXT}[/bluebox]
Code: Select all
[bluebox=A special announcement]This is a special announcement for everybody to read.[/bluebox]
[bluebox=A special announcement]This is a special announcement for everybody to read.[/bluebox]