problem with favicon

Discussion in 'HTML & Website Design' started by jto, Jul 21, 2008.

  1. #1
    hello all.

    trying to get a favicon working for a client. first time doing it and simply can't get it.

    here is the url:
    http://swing-trading.com/favicon.ico

    any ideas whats wrong?

    thanks
     
    jto, Jul 21, 2008 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There is no link in your code. Try putting this in the head section:
    <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
    Code (markup):
    Also, there is an spare layer in the favicon. What's that for?
    Anyway, it works fine in Firefox 3 so it's not all bad :)
     
    Cash Nebula, Jul 21, 2008 IP
  3. CreatingRevenue

    CreatingRevenue Peon

    Messages:
    130
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This is the code i use on my sites:

    <link rel="shortcut icon" href="http://www.site.com/favicon.ico">
    <link rel="icon" href="http://www.site.com/favicon.ico">

    Just place is between the <head></head>
     
    CreatingRevenue, Jul 21, 2008 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    Also, favicons are notorious for not updating when you reload - so clear your cache when testing it! :)
     
    Kerosene, Jul 21, 2008 IP
  5. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Once its uploaded on your server, some servers would pick it up after some days. mine did the same and i didnt have to add a link in the code.
     
    mds, Jul 21, 2008 IP
  6. abercrombie

    abercrombie Peon

    Messages:
    654
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    your favicon works for me. i think it's a CACHE problem with temp internet files. it's hard to get the new or updated favicon even when you clear cache in IE. it could take a few days for it to finally accept. this is a local browser issue.
     
    abercrombie, Jul 21, 2008 IP
  7. hues

    hues Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #7
    it works for me too, try google.
     
    hues, Jul 22, 2008 IP
  8. minisite911

    minisite911 Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    just put the code as mention above in your site, and it'll work.

    Probably you haven't clear your cache when you're testing it, so it's not working ;)

    Good luck

    Cheers,
    Oki
     
    minisite911, Jul 22, 2008 IP