Page 1 of 2

Blinking BBCode

Posted: 06 Mar 2010, 09:57
by BBCode Bot
Blinking BBCode

Author: Stoker
Description: With the Blinking BBCode you can insert blinking text
Note that the code is not valid xhtml, but it works fine.

BBCode:

Code: Select all

[blink2]{INTTEXT}[/blink2]
HTML:

Code: Select all

<script type="text/javascript">
        <!--
        function doBlink() {
        var b = document.all.tags("BLINK")
        for ( i=0; i < b.length; i++)b[i].style.visibility = (b[i].style.visibility
        == "" )? "hidden" : "" }
        function startBlink() {
        if (document.all)setInterval("doBlink()",800)}
        window.onload = startBlink;
        //-->
        </script>
<blink>{INTTEXT}</blink>
Helpline:

Code: Select all

Blinking: [blink2][/blink2]
Example:

Code: Select all

[blink2]Blinking text using javasript[/blink2]
Demo:
[blink2]Blinking text using javasript[/blink2]

Re: Blinking BBCode

Posted: 28 Mar 2010, 03:36
by cisco007
so i just increase the 800 for it to blink slower?

Re: Blinking BBCode

Posted: 28 Mar 2010, 07:47
by Stoker
I guess its worth a try :D

Re: Blinking BBCode

Posted: 28 Mar 2010, 13:21
by cisco007
i guess it is!

Re: Blinking BBCode

Posted: 08 Jun 2010, 17:35
by neuropass
it doesn't seem to be working when you have special characters in it...

Like

Code: Select all

".; etc

Re: Blinking BBCode

Posted: 08 Jun 2010, 18:08
by Stoker
That because of the js, cant do anything about it.

Re: Blinking BBCode

Posted: 04 Aug 2010, 17:11
by Denny
May I ask what are you using to display the copyright notice on here, when you click copyright ? Is this a combination of the Blink, plus the copyright notice bbcode ?

Re: Blinking BBCode

Posted: 04 Aug 2010, 20:49
by Stoker
I use the html for the blink code on that page.
The rest is just som plain html coding.

Re: Blinking BBCode

Posted: 04 Aug 2010, 21:44
by Denny
Thank you Stoker. :)

Re: Blinking BBCode

Posted: 16 Aug 2010, 01:17
by Ephemeraboy
is this work for all browser stoker...??