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.
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>