Question:

Favicon on a website!?

by  |  earlier

0 LIKES UnLike

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:

   Report

5 ANSWERS


  1. you have to put the code on each individual page.


  2. check cms section of this site : http://www.graphicsresources.net ,  you can find what you are seaching for!!!

  3. if you add the favicon to the root folder of your site, then you don&#039;t need to add the &lt;link.... /&gt; reference.  if you don&#039;t see the favicon on the other pages you might have to clear the browser&#039;s cache, or press CTRL-R on your browser to refresh it.

    personally, i would try it on a different pc (or browser) than the one where I develop the site. that way i can see it from a user&#039;s point of view.


  4. That is because you have used that code only in index.html what about other pages and are they in same folder which has index.html  if not then you need to put the same file under other folders too so that Favicon.ico is available to other Html pages too

    Hope this will help

    Cheers:)

  5. Place this:

    &lt;link rel=&quot;shortcut icon&quot; href=&quot; /favicon.ico&quot;/&gt;

    On all pages you want the favicon to appear...also, be sure that your path to the favicon.ico is correct.
You're reading: Favicon on a website!?

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions