I want to add an animated favicon to a website.
According to http://www.favicongenerator.org/inc/readme.txt
You can add a favicon to your web page by uploading favicon.ico to your
website root and inserting the following HTML tag inside the <head> … </head>
section of your web page.
<link rel=”shortcut icon” href=”favicon.ico”>
Optional: if you would like to display the animated favicon, upload
animated_favicon1.gif as well and insert the following HTML tags.
<link rel=”shortcut icon” href=”favicon.ico” >
<link rel=”icon” href=”animated_favicon1.gif” type=”image/gif” >
I have placed this code as instructed above in the index.php file but the animated favicon is not displaying.
Please help urgently!