Results 1 to 4 of 4

Thread: Favicon not appearing in IE or Safari

  1. #1
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Favicon not appearing in IE or Safari

    created a favicon at http://tools.dynamicdrive.com/favicon/.

    I uploaded the favicon yesterday to my images folder and added the code
    <link rel="shortcut icon" href="http://www.margaretandzach.com/Images/favicon.ico" />

    to my header.

    The favicon appears on Firefox 2.0.03 on my Mac (running OSX 10.4.9), but not on Safari or IE on a PC (I emptied my caches on both).

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Not sure what to tell you on Safari, but IE is known to take some time to process before it starts showing it (something like up to 72 hours). Perhaps Safari will catch up too.

    The only other possibility is that the xhtml is causing problems. You probably don't need xhtml. You should stick with html, meaning remove that self-closing slash at the end of the tag.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    IE's support for favicons is unreliable at best. It might show up some time within the next few days... or then again, it might not. I've no experience with Safari and favicons, though.

    One thing you might want to try is putting the favicon in the web root named favicon.ico, so that it can be accessed as http://www.margaretandzach.com/favicon.ico. A lot of browsers check here by default, and it may cause the icon to show up in IE and/or Safari.
    <link rel="shortcut icon" href="http://www.margaretandzach.com/Images/favicon.ico" />
    Your website is HTML (MIME type of text/html), so you shouldn't be using XML-like syntax (or XHTML DOCTYPEs).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Killing Safari's Icon folder fixed the problem there. Adding it to the root folder fixed the problem on IE.

    Thanks!

Bookmarks

Posting Permissions

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