Placement favicon

Discussion in 'HTML & Website Design' started by johngrc, Sep 3, 2012.

  1. #1
    I build a site with frontpage and I always like to upgrade it.
    I want to put a favorite icon. I know what it is but have no idea how to do it.

    thanks,
     
    johngrc, Sep 3, 2012 IP
  2. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #2
    You can put this line under the <head> tag with you favicon path
    <link rel="shortcut icon" href="<PATH>/favicon.ico" />
     
    ashishkg, Sep 3, 2012 IP
  3. RAND0M1ZER

    RAND0M1ZER Active Member

    Messages:
    142
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Don't do that, all you need to do is put the favicon.ico in the root folder of your website and it will work for all pages.
     
    RAND0M1ZER, Sep 3, 2012 IP
  4. logoonlinepros

    logoonlinepros Member

    Messages:
    501
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #4
    Yes favicon.ico file will always put on root folder..
     
    logoonlinepros, Sep 4, 2012 IP
  5. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #5
    creativewebmaster, Sep 4, 2012 IP
  6. 3dy.ro

    3dy.ro Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    45
    #6
    Just put the favicon.ico file in the same folder as your index.html, the browsers will take care of the rest. No need to add any code to your website.
     
    3dy.ro, Sep 4, 2012 IP
  7. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #7
    yes <PATH> means favicon path where you uploaded on server normally path is theme folder if you are using open sources like wordpress, joomla, drupal, otherwise you can put the favicon in root directory
     
    ashishkg, Sep 4, 2012 IP
  8. johngrc

    johngrc Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    hey thanks,
    worked just fine!!
     
    johngrc, Sep 4, 2012 IP