Errorbox BBCode

Mod BBCode Database
BBCodes that need some file editing or extra files
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

Errorbox BBCode

Post by BBCode Bot »

Errorbox BBCode

Author: Daniel_Knecht
Description: A BBCode that allows a user to insert an Errorbox BBCode in the topics of their phpBB3 Board
[valid][/valid]
Upload the image to your forums images folder
Upload the image to your forums images folder
errorM.png (811 Bytes) Viewed 5557 times
BBCode:

Code: Select all

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

Code: Select all

<div style="margin-bottom: 10px; background: #ffb2b2; padding: 6px; height:auto; border: 2px solid #ff8080; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="images/errorM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>
Helpline:

Code: Select all

Errorbox: [errorbox]{TEXT}[/errorbox]]
Example:

Code: Select all

[errorbox]Demonstration of the Errorbox BBCode[/errorbox]
Demo:
[errorbox]Demonstration of the Errorbox BBCode[/errorbox]
Locked