Re: [PHP] Re: Not php related - php.net logo in Netscape 7?

2002-06-08 Thread Mark Gallagher
Timothy J. Luoma wrote: Oh, I forgot to mention that it is a different way of indicating that a favicon to be used, which is found in the HEAD of the HTML document. link rel=shortcut icon href=/favicon.ico / This works in browsers other than IE, but I don't think that IE supports this

[PHP] Re: Not php related - php.net logo in Netscape 7?

2002-06-07 Thread Timothy J. Luoma
I believe it is a favicon.ico MSIE started this and apparently Netscape/Mozilla now have them too. TjL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Not php related - php.net logo in Netscape 7?

2002-06-07 Thread Timothy J. Luoma
Oh, I forgot to mention that it is a different way of indicating that a favicon to be used, which is found in the HEAD of the HTML document. link rel=shortcut icon href=/favicon.ico / This works in browsers other than IE, but I don't think that IE supports this TjL -- PHP General