[REQ] Blinking text

bfldworker

New Member
How can I enable blinking text in vbulletin? I have seen it done, but I will be damned if I can figure it out.


Nevermind.... Found it.
 
For those that may want this, here it is -

This Mod Adds A BB Code For Blinking Text
Installing: Go To Your AdminCP Then Then Under The 'Custom BB Codes' Menu
Select 'Add New BB Code'
Here Are The Values To Insert In The Fields

Title: Blinking Text
Tag: blink
Example: [blink]Example[/blink]
Replacement: <span style="text-decoration: blink;">{param}</span>
Description: Blinking Text
And You Can Leave The Rest Of The Settings As Default
Usage: [blink]TEXT HERE[/blink]
Installation Level: Easy

I must say that I have tried this, but could not get the text to blink, lol.
 
Bet you were using IE:

Examples from W3Schools

p
{
text-decoration: underline
}
Possible Values
Value Description
none Default. Defines a normal text
underline Defines a line under the text
overline Defines a line over the text
line-through Defines a line through the text
blink Defines a blinking text (does not work in IE)
 
@ bluescorpion, yes I was using IE7 m8, lol. That explains everything to me now. I didnt see anything on vb.org about it not working on IE.

Many thanks for the info.
 
Back
Top