Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
BBCode Bot
BBCoder IV
Posts: 239 Joined: 04 Mar 2010, 13:04
Location: bbcode table
Post
by BBCode Bot » 06 Mar 2010, 07:57
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:
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:
Example:
Code: Select all
[blink2]Blinking text using javasript[/blink2]
Demo:
[blink2]Blinking text using javasript[/blink2]
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 16:14
Location: Don't really know!
Post
by cisco007 » 28 Mar 2010, 01:36
so i just increase the 800 for it to blink slower?
Stoker
Site Admin
Posts: 3573 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 28 Mar 2010, 05:47
I guess its worth a try
The greatest achievement in life is to inspire others
Board rules! No PM support
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 16:14
Location: Don't really know!
Post
by cisco007 » 28 Mar 2010, 11:21
i guess it is!
neuropass
BBCoder IV
Posts: 173 Joined: 11 Apr 2010, 00:33
Post
by neuropass » 08 Jun 2010, 15:35
it doesn't seem to be working when you have special characters in it...
Like
Stoker
Site Admin
Posts: 3573 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 08 Jun 2010, 16:08
That because of the js, cant do anything about it.
The greatest achievement in life is to inspire others
Board rules! No PM support
Denny
BBCoder II
Posts: 29 Joined: 10 Mar 2010, 15:48
Post
by Denny » 04 Aug 2010, 15:11
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 ?
Stoker
Site Admin
Posts: 3573 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 04 Aug 2010, 18:49
I use the html for the blink code on that page.
The rest is just som plain html coding.
The greatest achievement in life is to inspire others
Board rules! No PM support
Denny
BBCoder II
Posts: 29 Joined: 10 Mar 2010, 15:48
Post
by Denny » 04 Aug 2010, 19:44
Thank you Stoker.
Ephemeraboy
BBCoder II
Posts: 37 Joined: 09 Mar 2010, 02:03
Location: bonatius.com
Post
by Ephemeraboy » 15 Aug 2010, 23:17
is this work for all browser stoker...??