Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding a Favicon?

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25093
    for_vt
    Member

    Hello,

    I have been doing some searching and checking for information on how to get a favicon to show up in my web site address line and also when the page is bookmarked.

    I made a favicon.ico file and placed it in the root folder. Now I am not sure what the code is for me to add it to my site. Any ideas? This is what I have so far:

    <link rel="shortcut icon" href="http://www.johnrichmondlandscapinginc.com/favicon.ico"&gt;

    I want it to show up in as many browsers as possible. Thanks for your help!

    #58824
    Rob MacKay
    Participant

    basically you are on the right track… but to make it REALLY easy

    http://favicon-generator.org/

    this will let you upload an image, favicon it, then give you the code…

    if you dont see it right away, its normally firefox being slow to update, even when you flush the cash… but it will be there. Safari is normally on the ball when you change you icon… But anyway, test in a diff browser and you might see it quicker.

    #58825
    chris
    Member

    Did you put the favicon .ico file in the root directroy and the code in the header of each page?
    This is another favicon generator… http://www.degraeve.com/favicon/

    #58828
    for_vt
    Member

    Great, thanks for all your help!

    #60974
    McCss
    Member

    Hi guys…

    My problem is that my favicon appears in Mozilla and Safari but not in IE.. What should I do?

    This is my code:

    Code:
    #61019
    McCss
    Member

    How can I do that? And actually I just need that my favicon will be seen in any client IE browser… so is this just a cache problem?

    #61021
    McCss
    Member

    So useful link !! Thx !!

    I have cleared the cache and I also changed the favicon in .ico ( it’s no more .png ) for IE but it still doesn’t work…

    This function is not so clear for me actually: ExtractIcon() but maybe it will solve the problem…

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.