Re: PostgreSQL favicon.ico - Mailing list pgsql-general

From Luciano Miguel Ferreira Rocha
Subject Re: PostgreSQL favicon.ico
Date
Msg-id 20020304171103.B1071@nsk.yi.org
Whole thread Raw
In response to PostgreSQL favicon.ico  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
On Fri, Mar 01, 2002 at 11:26:02PM -0000, Greg Sabino Mullane wrote:
> Many sites use a favicon.ico file, which is a small bitmap located in the
> root diretory for a website.

This behaviour is deprecated, and instead people should use the link
keyword:
<link rel="icon" href="/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/favicon.ico">

Curiously, Mozilla 0.9.8 removed the suport for /favicon.ico that 0.9.7
introduced... (Now it only supports <link />.)

Regards,
Luciano Rocha

--
Luciano Rocha, strange@nsk.yi.org

The trouble with computers is that they do what you tell them, not what
you want.
                -- D. Cohen

pgsql-general by date:

Previous
From: Luciano Miguel Ferreira Rocha
Date:
Subject: Re: Networking support for postgres isn't working.
Next
From: Joe Conway
Date:
Subject: Re: Which trigger execute which function?