Page 1 of 1

Orange favicon on xnview pages?

Posted: Thu Apr 10, 2008 8:57 pm
by Dreamer
Go to http://pagesperso-orange.fr/pierre.g/xn ... win32.html

Image

There is an Orange favicon instead of xnview favicon. Why??

Re: Orange favicon on xnview pages??

Posted: Thu Apr 10, 2008 9:08 pm
by helmut
Dreamer wrote:Go to http://pagesperso-orange.fr/pierre.g/xn ... win32.html

Image

There is an Orange favicon instead of xnview favicon. Why??
The (wrong) favicon of the telecom company "Orange" appears whenever the link contains "pagesperso-orange.fr/pierre.g". I guess the favicon on Pierre's private server is missing.

@Pierre: Please try to fix this, soon.

Re: Orange favicon on xnview pages??

Posted: Mon Apr 14, 2008 12:50 pm
by xnview
helmut wrote:@Pierre: Please try to fix this, soon.
I've tried to put favicon, but always the same logo of Orange :-(

Re: Orange favicon on xnview pages??

Posted: Mon Apr 14, 2008 7:00 pm
by helmut
xnview wrote:
helmut wrote:@Pierre: Please try to fix this, soon.
I've tried to put favicon, but always the same logo of Orange :-(
Hmm. Perhaps you can make sure that all your links point to "xnview.com", then the problem might be partly solved.

Posted: Tue Apr 15, 2008 4:30 am
by XnTriq
If web browsers can't find a link to a favorites icon in the header of an HTML document, they look for a file named favicon.ico in the root directory of the domain or subdomain.
http://pagesperso-orange.fr/pierre.g/index.html wrote:

Code: Select all

<link rel="shortcut icon" href="/favicon.png">
Pierre, the file http://pagesperso-orange.fr/favicon.png does not exist. Please try adding the following lines to your pages:

Code: Select all

<link rel="shortcut icon" type="image/x-icon" href="http://pagesperso-orange.fr/pierre.g/xnview/favicon.ico">
<link rel="icon" type="image/ico" href="http://pagesperso-orange.fr/pierre.g/xnview/favicon.ico">
QA @ W3C: How to Add a Favicon to your Site

Posted: Tue Apr 15, 2008 7:30 am
by xnview
XnTriq wrote: Pierre, the file http://pagesperso-orange.fr/favicon.png does not exist. Please try adding the following lines to your pages:

Code: Select all

<link rel="shortcut icon" type="image/x-icon" href="http://pagesperso-orange.fr/pierre.g/xnview/favicon.ico">
<link rel="icon" type="image/ico" href="http://pagesperso-orange.fr/pierre.g/xnview/favicon.ico">
QA @ W3C: How to Add a Favicon to your Site
Thanks Mr XnTriq, it works :-)

Posted: Tue Apr 15, 2008 8:30 pm
by helmut
XLent, XnTriq! :-)

Posted: Tue Apr 15, 2008 9:43 pm
by Dreamer
Thanks.

Closed.