
There is an Orange favicon instead of xnview favicon. Why??
Moderators: helmut, XnTriq, xnview
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.Dreamer wrote:Go to http://pagesperso-orange.fr/pierre.g/xn ... win32.html
There is an Orange favicon instead of xnview favicon. Why??
I've tried to put favicon, but always the same logo of Orangehelmut wrote:@Pierre: Please try to fix this, soon.
Hmm. Perhaps you can make sure that all your links point to "xnview.com", then the problem might be partly solved.xnview wrote:I've tried to put favicon, but always the same logo of Orangehelmut wrote:@Pierre: Please try to fix this, soon.
Pierre, the file http://pagesperso-orange.fr/favicon.png does not exist. Please try adding the following lines to your pages:http://pagesperso-orange.fr/pierre.g/index.html wrote:Code: Select all
<link rel="shortcut icon" href="/favicon.png">
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">
Thanks Mr XnTriq, it worksXnTriq wrote: Pierre, the file http://pagesperso-orange.fr/favicon.png does not exist. Please try adding the following lines to your pages:
QA @ W3C: How to Add a Favicon to your SiteCode: 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">