I've been working on a website recently, and decided to add a favicon to it.
Seems like it worked ok. However, when I view the site, the favicon only appears on the homepage and not on the other pages.
Here's what I've done (for reference):
- created a favicon.ico icon (16x16)
- uploaded .ico file to the same folder as my index.html
- used the following code:
<link rel="shortcut icon" href=" /favicon.ico"/>
- I only did the code for my index page, not the ones for the other pages.
Any help?
Tags: