http://www.icyphoenix.com/viewtopic.php?f=35&t=8384
-----------------------------------
Hans
Wed 15 Feb, 2012 06:25

IP-2.0 Button BBcode (how-to)
-----------------------------------
I figured out how to do this crazy easy bbcode that makes a button link. After I figured out how to do it I noticed it is not easily found elsewhere. ;)

Anyway,

Usage;
[code linenumbers=false][buttonlink={URL}]{TEXT}[/buttonlink][/code]

Replacement;
[code linenumbers=false]<a href="{URL}"><input type="button" value="{TEXT}" /></a>[/code]

Looks like this;
 [img]http://www.icyphoenix.com/files/images/9467/screenshot_at_2012_02_15_00_22_59.png[/img]
((Well on "16.0.912.77 (Developer Build 118311 Linux) Ubuntu 11.10" it does anyway, might not work with all browsers))


-----------------------------------
TheSteffen
Wed 15 Feb, 2012 20:10

Re: Button BBcode (how-to)
-----------------------------------
You are talking about IP 2.0 beta right?
Can you change your title please...

Can you try to insert a class

[code]input type="button" class="liteoption" [/code]


