WebSite X5Help Center

 
Tom F.
Tom F.
User

Blinking Text  en

Auteur : Tom F.
Visité 2152, Followers 2, Partagé 25  
Mots-clés :: blinking,flashing,text

How can I make a blinking text on the website?

For example want to put " 10% OFF on all stock!!" Where OFF should be blinking (flashing).
I've tryed HTML code <blink></blink> but is not working.
Is there any option to do that or should I dig in the code manually?

Thanks

tom

Posté le
2 RéPONSES - 1 CORRECT
Incomedia
Riccardo P.
Incomedia

Hi Tom,

the tag <blink> is deprecated, buildingsites withblinking textis penalizedby SEO.

you can use this for firefox buy is not compatible with IE:

<font style="text-decoration: blink;"> Testing Text Decoration</font>


you can create a script in javascipt or use a personal css for the browsers version.

Lire plus
Posté le de Riccardo P.
Tom F.
Tom F.
User
Auteur

Ok. I Didn't know that. Thank you.

Lire plus
Posté le de Tom F.