I want to use an amimated favicon instead of the standard so I need to place the following code into the head of each page...
code
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
As you can see just putting the favicon.ico and image.gif into the root will not be sufficent. I need to place the code so it appears in the head of each page on the site. What file do I need to access for that (a hint at path to file would be nice too)?
please advise
thanks
Todd