Results 1 to 2 of 2

Thread: Favicon not displaying...

  1. #1
    Join Date
    May 2004
    Posts
    51

    Favicon not displaying...

    I have reviewed several sites on creating and adding favicons to one's website. I seem to have followed the rules, but I still can't get it to display. My website is www.find-my-plane.com. This is what i have in the <head> tags:
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

    Also, even if I save my site as a favorite, it still does not display. Thank you.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    IE6 and IE7 both have well known problems showing favicons, just google favicons IE6 IE7 and you will come across lots of methods to make the favicon show but you will probably find that the method worked for someone else but not for you!

    You have the link as href="/favicon.ico" when it should be either href="../favicon.ico" if the favicon file is in the root directory (the main one before your subdirectories) or href="favicon.ico" if it is in the same directory as your page file.

    I would recommend putting the favicon.ico image in the root directory and also the same directory as the page. IE is supposed to look automatically in the root directory whether you have the code in the head or not and then also putting the favicon.ico in the same directory as the page file and having the link as href="favicon.ico". If you still can't get it to work put the link as an external url href="http://www.find-my-plane.com/favicon.ico" .

    If you have IE7 the favicon should show in the address bar and tab immediately but only appears in the favorites list after you have set the favorit and clicked on the favorit a few times to open the page.

    If you have IE6 it will not show in the address bar or the favorits list until you have set the favorite and used it a few times.

    See http://www.wickham43.supanet.com/tut....html#favicons and read the comments at the bottom re deleting the favorit, clearing History and clearing cache because you want IE to start again.

    Note: your favicon does show in my IE7 address bar and tab so the problem is probably that your IE needs a clean up as described above; and change the favicon link.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Making a favicon (.ico) file with Mac Photoshop
    By gnubler in forum Graphic Design
    Replies: 0
    Last Post: 08 Aug 2006, 09:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •