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.
Nevermind.... Found it.
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
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)
Termy said:@ 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.