Favicon Help

Discussion in 'HTML & Website Design' started by Irfi0009, Jan 3, 2010.

  1. #1
    Hello all
    i just generated Online Favicon & Downloaded to pc

    I Know i've to upload it in ROOT Directory of website

    i uploaded it in website root directory but favicon still not appearing

    what i have to do
     
    Irfi0009, Jan 3, 2010 IP
  2. stuart.letterman

    stuart.letterman Guest

    Messages:
    143
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    add this code to every page you want the favicon to appear in:

    <link rel="icon" type="image/png" href="http://www.yourwebsite.com/favicon.png" />

    this example uses the 32x32 PNG version :)

    The code needs to be placed between the <head> and </head> tags,

    Good luck,
     
    stuart.letterman, Jan 3, 2010 IP
  3. Irfi0009

    Irfi0009 Banned

    Messages:
    17,584
    Likes Received:
    33
    Best Answers:
    1
    Trophy Points:
    48
    #3
    it still doesnt opens
    i did that
     
    Irfi0009, Jan 3, 2010 IP
  4. mycollection

    mycollection Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    can i use .ani image as a favicon image
     
    mycollection, Jan 3, 2010 IP
  5. duanehaas

    duanehaas Active Member

    Messages:
    153
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #5
    just change the .png to .ani and test it out. I use a .ico file for mine
     
    duanehaas, Jan 3, 2010 IP
  6. hdewantara

    hdewantara Well-Known Member

    Messages:
    541
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #6
    I used to declare my 16x16 pixels, 256 colors favicon as
    <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
    HTML:
    in <head> section.
     
    hdewantara, Jan 6, 2010 IP
  7. Biobob

    Biobob Active Member

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #7
    Google answers all these questions, faster! dont forget that hehe
     
    Biobob, Jan 6, 2010 IP