Results 1 to 2 of 2

Thread: A question on Favicon.

  1. #1
    Join Date
    Mar 2007
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink A question on Favicon.

    It does not work on a local machine. Is this as a result of some www service etc. needing to be enabled on the local machine? Just curious, would be nice to test locally before uploading.

    Bernie

    jscheuer1 Replied

    Quote:
    Originally Posted by bernie
    A qustion on Favicon.

    It does not work on a local machine. Is this as a result of some www service etc. needing to be enabled on the local machine? Just curious, would be nice to test locally before uploading.

    That's pretty much the issue. If you had an intranet, you could test it out there. Also, you could try the absolute local path to the favicon in a:

    HTML Code:
    <link rel="shortcut icon" href="http://url/favicon.ico">
    tag, then some browsers (FF and Opera, at least) may show it, example of an absolute local path:

    HTML Code:
    <link rel="shortcut icon" href="file://localhost/C:/webstuff/test/favicon.ico">
    Last edited by jscheuer1; 04-20-2007 at 02:34 PM. Reason: Reposting/edit for others FYI

  2. #2
    Join Date
    Apr 2007
    Location
    Down the road from the store
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you are using IE, IE has issues with favicons anyways. Sometimes they work, and sometimes they don't. Sometimes they'll be working fine in IE, and break for no other reason other than the fact that IE is junk. IE is moody - especially with favicons, and it doesn't necessarily mean anything is wrong if it doesn't work in IE... if you really want to make sure it works, test it with firefox or opera.

    EDIT: favicons will work locally without putting them on localhost or an intranet, and without using absolute paths if tested in firefox.

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
  •