Orange favicon on xnview pages?

Bugs and Suggestions in XnView Classic which have been resolved

Moderators: helmut, XnTriq, xnview

Post Reply
Dreamer
XnThusiast
Posts: 4608
Joined: Sun Jul 25, 2004 9:08 pm

Orange favicon on xnview pages?

Post by Dreamer »

Go to http://pagesperso-orange.fr/pierre.g/xn ... win32.html

Image

There is an Orange favicon instead of xnview favicon. Why??
Dreamer
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Re: Orange favicon on xnview pages??

Post 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.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Orange favicon on xnview pages??

Post by xnview »

helmut wrote:@Pierre: Please try to fix this, soon.
I've tried to put favicon, but always the same logo of Orange :-(
Pierre.
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Re: Orange favicon on xnview pages??

Post 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.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post 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
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post 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 :-)
Pierre.
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Post by helmut »

XLent, XnTriq! :-)
Dreamer
XnThusiast
Posts: 4608
Joined: Sun Jul 25, 2004 9:08 pm

Post by Dreamer »

Thanks.

Closed.
Dreamer
Post Reply