How to Make Text Blink How to Make Text Blink
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to Make Text Blink

Started by mr.bena, January 28, 2012, 06:42:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mr.bena

Hi, I would like to make the "Forget password Link" blink. So, I opened login.php file and make changes like this..

<blink><a href="forgot_passwd.php" class="topmenu">{$lang_login_php['forgot_password_link']}</a></blink>

but nothing happens... Could you please help me... to make this blink..

Ben.

ΑndrĂ©

Your mod works as expected for me with Firefox 9. Instead of the blink tag, the following CSS attribute is recommended:
Quote<a href="forgot_passwd.php" class="topmenu" style="text-decoration:blink;">{$lang_login_php['forgot_password_link']}</a>