Blinking BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP

Blinking BBCode

Post 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

Post by cisco007 »

so i just increase the 800 for it to blink slower?

Re: Blinking BBCode

Post by Stoker »

I guess its worth a try :D

Re: Blinking BBCode

Post by cisco007 »

i guess it is!

Re: Blinking BBCode

Post by neuropass »

it doesn't seem to be working when you have special characters in it...

Like

Code: Select all

".; etc

Re: Blinking BBCode

Post by Stoker »

That because of the js, cant do anything about it.

Re: Blinking BBCode

Post 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

Post by Stoker »

I use the html for the blink code on that page.
The rest is just som plain html coding.

Re: Blinking BBCode

Post by Denny »

Thank you Stoker. :)

Re: Blinking BBCode

Post by Ephemeraboy »

is this work for all browser stoker...??