Page 1 of 1

Successbox

Posted: 11 Jun 2010, 11:24
by BBCode Bot
Successbox BBCode

Author: Daniel_Knecht
Description: A BBCode that allows a user to insert a Successbox 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
successM.png (943 Bytes) Viewed 9240 times
BBCode:

Code: Select all

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

Code: Select all

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

Code: Select all

Successbox: [successbox]{TEXT}[/successbox]
Example:

Code: Select all

[successbox]Demonstration of the Successbox BBCode[/successbox]
Demo:
[successbox]Demonstration of the Successbox BBCode[/successbox]

Re: Successbox

Posted: 11 Jun 2010, 17:35
by kber
Nice One :)

Re: Successbox

Posted: 11 Jun 2010, 22:32
by Makoto
html is incorrect
<div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px; height:auto; border: 2px solid #99e573; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="./images/successM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>

Re: Successbox

Posted: 12 Jun 2010, 06:15
by cisco007
how is it incorrect? it's working fine!

nevermind, i see the problem!

Re: Successbox

Posted: 12 Jun 2010, 06:33
by Daniel_Knecht
Makoto ยป 11 Jun 2010, 22:32 wrote:html is incorrect
<div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px; height:auto; border: 2px solid #99e573; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;"><img src="./images/successM.png" alt="" style="padding-right: 6px; vertical-align: middle;" />{TEXT}</div>
Hi,
You have made there a mistake.
Your img src link: "./images/successM.png"
Edit this to: "images/successM.png" (Delete the ./)

I hope this is ur problem :)

Re: Successbox

Posted: 12 Jun 2010, 06:36
by cisco007
no i think the problem is that Stoker, i mean bbcode bot, posted the wrong html code!

[typo_info]Code fixed in first post[/typo_info]