Click Here BBcode

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
lυιɢιмαrιo
BBCoder I
BBCoder I
Posts: 4
Joined: 11 Mar 2010, 06:58

Click Here BBcode

Post by lυιɢιмαrιo »

Click here BBCode
Makes a button linking to whatever url you put in.
Code:

Code: Select all

[clickhere]{URL}[/clickhere]
HTML:

Code: Select all

<!-- STEP ONE: Insert this code into the HEAD section of your HTML document  -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
loadImage1 = new Image();
loadImage1.src = "http://i432.photobucket.com/albums/qq44/luigimario97/button2.gif";
staticImage1 = new Image();
staticImage1.src = "http://i432.photobucket.com/albums/qq44/luigimario97/button1.gif";

// End -->
</script>

<!-- STEP TWO: Insert this code into the BODY of your HTML document  -->

<a href="{URL}" onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
<img name="image1" src="http://i432.photobucket.com/albums/qq44/luigimario97/button1.gif" border=0></a>
Help Line:

Code: Select all

Click Here: [clickhere]Url here[/clickhere]

8-) I made it myself
lυιɢιмαrιo
BBCoder I
BBCoder I
Posts: 4
Joined: 11 Mar 2010, 06:58

Re: Click Here BBcode

Post by lυιɢιмαrιo »

can someone try it? and tell me how you think it is?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Click Here BBcode

Post by cisco007 »

you haven't tried it on your board to give us an example or demo!?
lυιɢιмαrιo
BBCoder I
BBCoder I
Posts: 4
Joined: 11 Mar 2010, 06:58

Re: Click Here BBcode

Post by lυιɢιмαrιo »

you want me to post a screenshot?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Click Here BBcode

Post by cisco007 »

of course we do!
Locked