Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 89

Thread: Favicons

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Scotland
    Posts
    107

    Default Favicons

    Most of the posts about favicons were made before the actual issue of XWD and before the recent update.

    Is there any way of adding the favicon code to the head of the index page with the current setup?

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Favicons

    Yes. Create placeholder object. Give it a "<head>" name (main menu "Utilities/Names..."). Add following code to the placeholder:
    Code:
    <link rel="icon" type="image/png" href="icon.png" />
    where icon.png is an URL of your icon image.
    John.

  3. #3
    Join Date
    Apr 2009
    Location
    North Georgia USA
    Posts
    14

    Default Re: Favicons

    Don't forget to add for IE, it's still the most used browser on the market.
    add both lines and you'll be covering all browsers. make sure you have two images, one with your png extension and one with ico
    Code:
    <link rel="icon" href="http://example.com/favicon.ico" type="image/x-icon">

  4. #4
    Join Date
    Mar 2009
    Location
    Scotland
    Posts
    107

    Default Re: Favicons

    Why the png filename? I have only used ico up to now.

  5. #5
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Favicons

    Hi Willie,

    You can use an ico , bmp, jpg, or png as your favicon.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  6. #6
    Join Date
    Mar 2009
    Location
    Scotland
    Posts
    107

    Default Re: Favicons

    Thanks for the help, I shall have a go using the advice.

  7. #7
    Join Date
    Jun 2009
    Location
    Plaistow, New Hampshire
    Posts
    70

    Default Re: Favicons

    I just added a favicon to my web site. I got the info from Egg's tutorial at http://www.youtube.com/watch?v=_8a2P...eature=channel .

    I've been doing handstands trying to get it to work only to read in this thread that IE8 may be a problem. I switched from IE8 to FF and the favicon works

    Does anyone have a solution to make it work with IE8?
    Here is the line of code in my <head>
    <link rel="icon" type="image/png" href="favicon.png"/>

    Thank you, Peter

  8. #8
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Favicons

    In IE browsers the site must first be added to favourites before it shows the favicon.

    Hans

  9. #9

    Default Re: Favicons

    Hans I do not believe that is accurate information.

    Perhaps you could qualify that comment a little more?

  10. #10
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Favicons

    Steve,

    It isn't a strict rule but it just seems to happens that way,
    though it shows on and off but if it's a fav it works better.

    Hans

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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