From: | Luciano Miguel Ferreira Rocha <strange(at)nsk(dot)yi(dot)org> |
---|---|
To: | Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL favicon.ico |
Date: | 2002-03-04 17:11:03 |
Message-ID: | 20020304171103.B1071@nsk.yi.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)nsk(dot)yi(dot)org
The trouble with computers is that they do what you tell them, not what
you want.
-- D. Cohen
From | Date | Subject | |
---|---|---|---|
Next Message | Rick | 2002-03-04 17:24:49 | Migration problem - serial fields |
Previous Message | Luciano Miguel Ferreira Rocha | 2002-03-04 17:07:29 | Re: Networking support for postgres isn't working. |