forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: mr.bena on January 28, 2012, 06:42:56 pm

Title: How to Make Text Blink
Post by: mr.bena on January 28, 2012, 06:42:56 pm
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.
Title: Re: How to Make Text Blink
Post by: Αndré on January 31, 2012, 09:54:34 am
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>