Infobox 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

Infobox BBCode

Post by BBCode Bot »

Infobox BBCode

Author: Daniel_Knecht
Description: A BBCode that allows a user to insert a Infobox 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
infoM.png (1.08 KiB) Viewed 7540 times
BBCode:

Code: Select all

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

Code: Select all

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

Code: Select all

Infobox: [infobox]{TEXT}[/infobox]
Example:

Code: Select all

[infobox]Demonstration of the Infobox BBCode[/infobox]
Demo:
[infobox]Demonstration of the Infobox BBCode[/infobox]
Locked