Warning 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

Warning BBCode

Post by BBCode Bot »

Warning BBCode

Author: Unknown
Description: Can be used to gives users a visible warning

BBCode:

Code: Select all

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

Code: Select all

<table style='margin:0;width:450px;min-height:100px;border:1px dashed #740000;'><tr><td align='middle' bgcolor='#ff6060' valign='center' width='1%'><br /><FONT color='#ffffff' size='+7'><b> ! </b></font><br /></td>
<td valign='top' cellpadding="5" style='background:#F2DDDD' >{TEXT}</td>
</tr></table>
Helpline:

Code: Select all

[Warning]Your text[/Warning]

Demo:
[warning]Spam is not allowed![/warning]
Locked