Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: How to Make Text Blink  (Read 9635 times)

0 Members and 1 Guest are viewing this topic.

mr.bena

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 117
How to Make Text Blink
« 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.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: How to Make Text Blink
« Reply #1 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>
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.