473,586 Members | 2,870 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

favicon in FFox 1.7

BT
I'm have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I've tried each of these
HTML 'statements' to add the favicon to the page, but no luck:

<link rel="shortcut icon" href="/favicon.ico" >

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0 yet,
but I'll need it to work there also.
Thanks - I appreciate any help
Jan 28 '07 #1
15 2906
On Sun, 28 Jan 2007 10:55:10 -0600, BT wrote:
I'm have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I've tried each of these
HTML 'statements' to add the favicon to the page, but no luck:

<link rel="shortcut icon" href="/favicon.ico" >

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0 yet,
but I'll need it to work there also.
Here's what i have in my web pages:

<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

Works in all the firefox that I can remember, I'm currently using
1.5.0.9. I'm note familiar with 1.7, are you refering to Mozilla?

--
Linux Home Automation Neil Cherry nc*****@linuxha .com
http://www.linuxha.com/ Main site
http://linuxha.blogspot.com/ My HA Blog
Author of: Linux Smart Homes For Dummies
Jan 28 '07 #2
Rik
Neil Cherry <nj*@cookie.uuc pwrote:
On Sun, 28 Jan 2007 10:55:10 -0600, BT wrote:
> I'm have a problem showing a favicon in ver 1.7.10. It shows up
correctly
in the address bar, but is missing from the tab. I've tried each of
these
HTML 'statements' to add the favicon to the page, but no luck:

<link rel="shortcut icon" href="/favicon.ico" >

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0
yet,
but I'll need it to work there also.
Here's what i have in my web pages:

<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

Works in all the firefox that I can remember, I'm currently using
1.5.0.9. I'm note familiar with 1.7, are you refering to Mozilla?
Most recent version of Firefox is 2.0
--
Rik Wasmus
Jan 28 '07 #3
Hello,

BT wrote:
I'm have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I've tried each of these
HTML 'statements' to add the favicon to the page, but no luck:

<link rel="shortcut icon" href="/favicon.ico" >

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0
yet, but I'll need it to work there also.
If the favicon is located at /favicon.ico, then it should be loaded even
without a LINK. An explicit LINK is only needed, if the file is in a
non-standard location.
Perhaps the file itself is broken somehow, but without an URL we cannot
tell.

P.S.: if your document is HTML, then use <link ...>, if you use XHTML it
must be <link ... />. Don't use XHTML syntax in HTML documents and vice
versa.
HTH

--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
Jan 28 '07 #4
On 2007-01-28 18:05:57 +0100, Benjamin Niemann <pi**@odahoda.d esaid:
Hello,
BT wrote:
>I'm have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I've tried each of these
HTML 'statements' to add the favicon to the page, but no luck:
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0
yet, but I'll need it to work there also.

If the favicon is located at /favicon.ico, then it should be loaded even
without a LINK. An explicit LINK is only needed, if the file is in a
non-standard location.
Perhaps the file itself is broken somehow, but without an URL we cannot
tell.
Do we need the slash "/favicon.ico"? Is "favicon.ic o" not enough?

--
François de Dardel
http:/mapage.noos.fr/dardelf/
Faber est suae quisque fortunae
Enlever le quatorze pour m'écrire
Remove fourteen in the address to send mail

Jan 28 '07 #5
Rik
François de Dardel <da*******@noos .frwrote:
On 2007-01-28 18:05:57 +0100, Benjamin Niemann <pi**@odahoda.d esaid:
>Hello,
BT wrote:
>>I'm have a problem showing a favicon in ver 1.7.10. It shows up
correctly
in the address bar, but is missing from the tab. I've tried each of
these
HTML 'statements' to add the favicon to the page, but no luck:
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0
yet, but I'll need it to work there also.
If the favicon is located at /favicon.ico, then it should be loaded
even
without a LINK. An explicit LINK is only needed, if the file is in a
non-standard location.
Perhaps the file itself is broken somehow, but without an URL we cannot
tell.

Do we need the slash "/favicon.ico"? Is "favicon.ic o" not enough?

Wel, depending on the path, "/favicon.ico" != "favicon.ico".. . I usually
use pseudo-dirs for browsing (for instance
http://example.com/page/sub/subsub/), and to keep the HTML in the top
mostly the same "/favicon.ico" would be preferred, as it points to the
root.
--
Rik Wasmus
Jan 28 '07 #6
François de Dardel wrote:
On 2007-01-28 18:05:57 +0100, Benjamin Niemann <pi**@odahoda.d esaid:
>Hello,
BT wrote:
>>I'm have a problem showing a favicon in ver 1.7.10. It shows up correctly
in the address bar, but is missing from the tab. I've tried each of these
HTML 'statements' to add the favicon to the page, but no luck:
<link rel="shortcut icon" href="/favicon.ico" >
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
FWIW, it seems to render OK in IE v6.0. I haven't tried it in FFox 2.0
yet, but I'll need it to work there also.
If the favicon is located at /favicon.ico, then it should be loaded even
without a LINK. An explicit LINK is only needed, if the file is in a
non-standard location.
Perhaps the file itself is broken somehow, but without an URL we cannot
tell.

Do we need the slash "/favicon.ico"? Is "favicon.ic o" not enough?
If the icon is in the same directory (folder) as the Web page, the /
should be omitted (but is permitted).

You should have <LINKfor both "icon" and "shortcut icon", but I can
never remember which does what. Notice that, if you have the <LINK>
elements in your HTML, you can name the icon file whatever you want.
<link rel="shortcut icon" href="DR.ICO" type="image/x-icon">
<link rel="icon" href="DR.ICO" type="image/x-icon">
Of course, the files must be valid icons with .ico extensions. This
allows me to have different icons for different pages, reflecting their
topics. For a discussion of this, see my
<http://www.rossde.com/internet/web_design.html and scroll down about
half-way to "Icons".

If you don't have the explicit <LINKelements , then the icons must
indeed be favicon.ico. Even then, whether they are displayed depends on
the Web server.

--

David E. Ross
<http://www.rossde.com/>

I use SeaMonkey as my Web browser because I want
a browser that complies with Web standards. See
<http://www.mozilla.org/projects/seamonkey/>.
Jan 28 '07 #7
BT
Thanks for the input.

Here is the website: crhschoir.org

The favicon is located in the same (root?) dirtectory as the index.html and
it does show up in the address window, but is missing only from the tab in
FireFox. BTW, it also shows up in the favorites/bookmarks in IE & FireFox.

I'll start trying some of these ideas, but feel free to post any other
comments. It sure is peculiar that it shows up in some places, but is
missing from the tab.

thanks again
Jan 28 '07 #8
Rik
BT <no@xnono.comwr ote:
Thanks for the input.

Here is the website: crhschoir.org

The favicon is located in the same (root?) dirtectory as the index.html
and
it does show up in the address window, but is missing only from the tab
in
FireFox. BTW, it also shows up in the favorites/bookmarks in IE &
FireFox.
It shows on the tab of:
FireFox 1.0.0.7
FireFox 2.0.0.1
Opera 9.10
--
Rik Wasmus
Jan 28 '07 #9
BT wrote:
Here is the website: crhschoir.org

The favicon is located in the same (root?) dirtectory as the
index.html and it does show up in the address window, but is missing
only from the tab in FireFox. BTW, it also shows up in the
favorites/bookmarks in IE & FireFox.
Since, as already mentioned, version 1.7 is probably the *Mozilla* suite
browser, and not Firefox. However, using Firefox 1.5.0.9, I see your
icon in both the location bar, and the tab.

I also see it both places in Mozilla 1.7.12, in Opera, and in SeaMonkey.
I'm not going to try IE6 because the site must be bookmarked for
favicons to be used.
I'll start trying some of these ideas, but feel free to post any
other comments. It sure is peculiar that it shows up in some places,
but is missing from the tab.
Although Firefox does display your icon, the Page Information tells me:

"The image ´http://crhschoir.org/favicon.ico¡ cannot be displayed,
because it contains errors."

--
-bts
-Motorcycles defy gravity; cars just suck
Jan 28 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
14157
by: Mike | last post by:
I am sure that I am making a simple boneheaded mistake and I would appreciate your help in spotting in. I have just installed apache_2.0.53-win32-x86-no_ssl.exe php-5.0.3-Win32.zip Smarty-2.6.7.tar.gz on a system running WindowsXP SP2. Apache and PHP tested out fine. After adding Smarty, I ran the following http://localhost/testphp.php
7
5021
by: Bart | last post by:
Hi there, If I use frames, should a reference to the favicon.ico (like: <link rel="shortcut icon" href="pictures/favicon.ico" type="image/x-icon">) be placed on _every page_, or is one reference in the index.htm (top-frame) enough. I'm asking this question because I had a reference in my top-frame only, wich seemed to work OK (the...
1
2175
by: Robert Oschler | last post by:
I have a 16 color 16 x 16 pixel icon (favicon.ico); 4-bit palette. I have put the icon in the root directory of my web site, and I have also added the <link rel="SHORTCUT ICON" ... /> HTML tag in the document header section. The icon appears fine in FireFox's address bar, but refuses to show up in the notebook tab. The notebook continues...
2
1540
by: foldface | last post by:
Hi If I have a website with a url like http://localhost/MyWebPage/SomeDirectory/startPage.aspx Can I still use a favicon.ico file? For the entire Site? How? Its hard to experiment with favicon files as they seem to be quite hit and miss as to whether or not they appear Ta F
4
2953
by: Chameleon | last post by:
the extension of favicon MUST BE ico? what if I use a 16x16 favicon.png?
0
1013
by: Neal | last post by:
Hi All, Help please Cross browser and W3C issues: Having major hassles trying to get my site working and looking decent in FFox (great in IE), MOzzie support said to try the W3C Validator so I submitted the following Markup to http://validator.w3.org/check and got This page is not Valid HTML 4.0 Transitional!
2
4205
by: alice | last post by:
I'm trying to create a favicon which I've done before, and it just won't show up. I've even saved the file as a gif and entered the URL of where the file is according to my FTP program, and I get a File Cannot Be Found error. I've copied the pixels from the file and pasted them into a favicon that is working and showing up, renamed it by just...
4
3046
by: mistral | last post by:
Does it possible change favicon icon depending on browser type: display favicon.ico for Internet Explorer browsers, and favicon.gif for the rest browsers? Problem is that ugly MSIE can display only .ICO favicons, whereas other browsers support any favicon type - gif, png, jpg. Since gif favicons has much better quality than ico file, I'm...
0
2784
by: Guy Macon | last post by:
Moon wrote: It isn't a question of relative vs. full URL paths in your meta tags. It is a question of following the paths (relative or full URL) in your meta tags vs. not reading the meta tags at all and just looking for the favicon in the root. The standard behaviour is defined here: http://www.w3.org/2005/10/howto-favicon ] (The...
0
7911
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7954
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1179
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.