Favicon image issue !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • av10
    New Member
    • Feb 2010
    • 7

    Favicon image issue !

    I can't get my favicon to show up. I've got the favicon image sitting in the root folder. Can't seem to get it to work.

    here is the markup i'm using for the html page.

    <html>
    <head>
    <title>Some Page</title>
    <link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
    <script src="/script/somescript.js" type="text/javascript"></script>
    </head>
    <body>
    Some text
    </body>
    </html>

    Any suggestions...a nyone
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Remove the slash in front of favicon.ico.

    Comment

    • av10
      New Member
      • Feb 2010
      • 7

      #3
      Thank you for your help drhowarddrfine.

      now
      it's working fine on Firefox 3 with the following markup.
      <link rel="shortcut icon" href="favicon.i co">

      but, it's not showing up on IE8

      any clues as to why not?

      Comment

      • seegoon
        New Member
        • Oct 2009
        • 31

        #4
        Try changing "shortcut icon" to just "icon" - that's what I have on my site and it seems to be working okay.

        Comment

        Working...