Need favicon to my site

Discussion in 'HTML & Website Design' started by velraj, Jan 5, 2010.

  1. #1
    Hi,

    I have created a favicon img with a irfanviewer software and named the filename as favicon.ico and uploaded to my site ftp.

    But I am able to see the favicon in IE whereas I could'nt see in firefox.

    Can anybody provide me solution for this.

    Thanks and Regards
    Velraj
     
    velraj, Jan 5, 2010 IP
  2. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Put the following code in your head blocks.

    
    <link rel="shortcut icon" type="image/x-ico" href="/favicon.ico" />
    
    Code (markup):
     
    LeetPCUser, Jan 5, 2010 IP
  3. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    my humble correction:

    type="image/x-icon"
     
    markupdude, Jan 5, 2010 IP
  4. si-green

    si-green Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    and just to concatonate all of that:
    
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
    
    Code (markup):
    :)
     
    si-green, Jan 5, 2010 IP
  5. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think at this point of time the OP should pay all 3 of us for the invaluable knowledge we have bestowed upon him ;)
     
    markupdude, Jan 5, 2010 IP
  6. slickpr

    slickpr Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You will not see it at first, make sure you empty your cache and look in the activity viewer that it is loaded! If you still dont see it, go to the favicon directly in your browser and try again
     
    slickpr, Jan 5, 2010 IP
  7. tamer1009

    tamer1009 Peon

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    the most servers only allow 16x16 favoz
     
    tamer1009, Jan 5, 2010 IP