+ Reply to Thread
Results 1 to 6 of 6

Thread: Favicon

  1. #1
    jeckrese is offline New Bee
    Join Date
    Jul 2007
    Posts
    2
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Favicon

    How come I do not see my favicon on my website?!?

    I use the following code:

    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

    and also

    <link rel="shortcut icon" href="http://www.jeckrese.com/members/favicon.ico" type="image/x-icon">

    and

    <link rel="shortcut icon" href="http://www.jeckrese.com/favicon.ico" type="image/x-icon">

    Neither one works.


    Please help! Thank you!!!

  2. #2
    tjplaw Guest

    Default

    All you need is one line of code, not 3.
    Make sure the favicon in uploaded in the root where your site files are.

    I visited your site and the favicon loads and disappears, remove the other lines of code and it should work.

    Place the favicon in the root as well.

    It should work.

  3. #3
    jeckrese is offline New Bee
    Join Date
    Jul 2007
    Posts
    2
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by tjplaw View Post
    All you need is one line of code, not 3.
    Make sure the favicon in uploaded in the root where your site files are.

    I visited your site and the favicon loads and disappears, remove the other lines of code and it should work.

    Place the favicon in the root as well.

    It should work.

    When I used my laptop, I saw the icon from the TABS on IE but not from the Address Bar. I changed the code using from the root and I guess it only works from the root cuz I see it now also from the Address bar.

    Thank you so much for your help! You're the best!

  4. #4
    tjplaw Guest

    Default

    Quote Originally Posted by jeckrese View Post
    When I used my laptop, I saw the icon from the TABS on IE but not from the Address Bar. I changed the code using from the root and I guess it only works from the root cuz I see it now also from the Address bar.

    Thank you so much for your help! You're the best!
    Glad it worked.

    FYI, you really should be using Firefox!

  5. #5
    SupremeChaotic Guest

    Default

    Quote Originally Posted by tjplaw View Post
    Glad it worked.

    FYI, you really should be using Firefox!
    I agree. Much safer to use than IE

  6. #6
    JasonD Guest

    Default

    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    is incorrect...

    Should be...
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    or
    <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
    add the dots, or remove the DIR.

    Then, you must also empty your temp-net files, to see the changes.
    Favicons only load on the FIRST page-load, or if you bookmark the site.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts