Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Favicon

  1. #1
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Favicon

    http://www.dynamicdrive.com/favicon/

    1) How many days is a "few" days for the icon to take effect?
    I uploaded my .ico about a week ago and have been checking, and still nothing

    I use Firefox.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    PLEASE: Include the URL to your problematic webpage that you want help with.

    Let's have a look to see if it works for us.

    Otherwise, just upload favicon.ico to your root webfolder and that should work.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've seen posts about the .ico file "needing" to be in the root folder. How true is that? Mine is not because someone else was nice enough to host my site, therefore all my stuff is in a sub-folder. But if you're curious...
    http://www.fourdegrees.net/afterdark/

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Mort
    I've seen posts about the .ico file "needing" to be in the root folder. How true is that?
    Entirely, at least when using favicons. When Microsoft introduced the scheme so that icons could be associated with bookmark items, they decided that checking the root directory was the best way. I think it's stupid, mainly because server logs all over the world are full of 404 errors due to this mindless approach.

    Mine is not because someone else was nice enough to host my site, therefore all my stuff is in a sub-folder.
    There is an alternative: to use a link element to refer to the file. Microsoft chose the following format:

    HTML Code:
    <link rel="shortcut icon" href="...">
    It, too, is a mistake as the rel attribute is a space separated list of link types, but it's stuck as well.

    Whilst Microsoft will still only accept icon files with this method, some user agents will utilise other types, such as PNG. Mozilla (and possibly others) also accepts 'icon' on its own in the rel attribute, which is much more agreeable value.

    Mike
    Last edited by mwinter; 05-10-2005 at 09:59 AM.

  5. #5
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay, so, to make it clear, I just moved the .ico file from my 'afterdark' folder to the root folder, assuming (I'm no prefessional at this) root is not the 'fourdegrees' folder, but the '/' folder, as my host has it, my site is 'afterdark' which is inside the 'fourdegrees' folder. Yes/no?

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I just visited the site and according to the server, the file mentioned in your index file:

    <link rel="shortcut icon" href="urlcon.ico" />

    Is not there. According to this statement, the file, urlcon.ico should be found at this address:

    http://www.fourdegrees.net/afterdark/urlcon.ico

    upload it to that directory and it should show up at least for your index file.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Heh, Originally that's where I uploaded it to, but after a week, nothing. As of today, it's now in the root directory. Guess I'll have to wait another "few" days...?

  8. #8
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay, I'm really not trying to make this complicated than it should be, so I apologize in advance.

    After reading the instructions, slowly, I moved the .ico file to the 'fourdegrees' folder, so when I type in http://fourdegrees.net/urlcon.ico, it shows up, just like the instructions. I guess from here, here is where I wait a few days. Yes?

  9. #9
    Join Date
    May 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry! One more question

    Since the .ico file is in the '/fourdegrees' folder, do I
    <link rel="shortcut icon" href="fourdgrees/urlcon.ico" />
    or just
    <link rel="shortcut icon" href="urlcon.ico" /> ...?

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    With that location, best to use:

    <link rel="shortcut icon" href="http://fourdegrees.net/urlcon.ico">

    on all the pages you want to have this icon. And, with FF it should show up almost immediately, after a few refresh pages at most. IE is the real slowpoke when it comes to recognizing these icons, sometimes (in IE only), tugging slightly a few times using a drag and drop motion at the default icon in the address bar will get it to refresh.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •