(Favicon.ico) Icon appears in address bar but not notebook tab (favicon.ico)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert Oschler

    (Favicon.ico) Icon appears in address bar but not notebook tab (favicon.ico)

    I have a 16 color 16 x 16 pixel icon (favicon.ico); 4-bit palette. I have
    put the icon in the root directory of my web site, and I have also added the
    <link rel="SHORTCUT ICON" ... /> HTML tag in the document header section.

    The icon appears fine in FireFox's address bar, but refuses to show up in
    the notebook tab. The notebook continues to show the "blank document"
    generic icon.

    What am I doing wrong and how can I fix this?

    Thanks


  • Alvaro G Vicario

    #2
    [OT] Re: (Favicon.ico) Icon appears in address bar but not notebook tab (favicon.ico) (was: (Favicon.ico) Icon appears in address bar but not notebook tab (favicon.ico))

    *** Robert Oschler wrote/escribió (Mon, 1 Aug 2005 00:00:24 -0400):[color=blue]
    > I have a 16 color 16 x 16 pixel icon (favicon.ico); 4-bit palette.[/color]

    A PNG or GIF file should also work.
    [color=blue]
    > I have put the icon in the root directory of my web site, and I have also added the
    > <link rel="SHORTCUT ICON" ... /> HTML tag[/color]

    Full tag is:

    <link rel="shortcut icon" href="/url/to/file">
    [color=blue]
    > The icon appears fine in FireFox's address bar, but refuses to show up in
    > the notebook tab. The notebook continues to show the "blank document"
    > generic icon.[/color]

    What's the notebook? :-?

    --
    -- Álvaro G. Vicario - Burgos, Spain
    -- http://bits.demogracia.com - Mi sitio sobre programación web
    -- Don't e-mail me your questions, post them to the group
    --

    Comment

    Working...