Includes

H

Helpful person

I have successfully added a favicon to my website at www.richardfisher.com
However, Netscape and Internet Explorer show it on all pagese while
Mozilla only shows it on my index page. This is because the
statement <link rel="shortcut icon" href="/favicon.ico"> should to
be on all pages.

I do not want to alter all of my pages. Is there a statement I can
put in my CSS instead?
 
M

Mark Fitzpatrick

Unfortunately, no. This is the standard way to get the favorite icon to
appear.
 
T

Tom Willett

Why don't you just put the favicon.ico in the root of the web?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I have successfully added a favicon to my website at www.richardfisher.com
| However, Netscape and Internet Explorer show it on all pagese while
| Mozilla only shows it on my index page. This is because the
| statement <link rel="shortcut icon" href="/favicon.ico"> should to
| be on all pages.
|
| I do not want to alter all of my pages. Is there a statement I can
| put in my CSS instead?
|
 
R

Ronx

As Tom said, I place the favicon.ico in the root folder of the web, and
do not place any <link... tags in the pages. The icon appears in the
address bar in all browsers for every page.
 
T

Tom Willett

Ron: Some folks have reported that using the links doesn't actually work in
all browsers.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| As Tom said, I place the favicon.ico in the root folder of the web, and
| do not place any <link... tags in the pages. The icon appears in the
| address bar in all browsers for every page.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
| http://www.rxs-enterprises.org/fp
|
|
|
| |
| > I have successfully added a favicon to my website at
www.richardfisher.com
| > However, Netscape and Internet Explorer show it on all pagese while
| > Mozilla only shows it on my index page. This is because the
| > statement <link rel="shortcut icon" href="/favicon.ico"> should to
| > be on all pages.
| >
| > I do not want to alter all of my pages. Is there a statement I can
| > put in my CSS instead?
|
 
R

Ronx

I don't use the <link rel="shortcut icon".... and the favicon shows in
every browser I have, on every page.
IE5.5, IE6, IE7, NN4.71, NN6,7,8, Opera 7,8,9, Konqueror on Linux (Red
Hat 7), Mozilla 1.3 on Linux
I don't have a MAC so cannot try any browsers there.

AFAIK the only reason for using the <link rel... tag is if the icon is
not in the root folder, which happens when the site is hosted by some
ISPs (as opposed to a dedicated host).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help with CSS 12
Favicon code 4
How do I get the favicon to work? 2
Favicon will not display in IE 4
Favicon used with a dynamic template 6
favicon.ico 4
favicon.ico 11
favicon 2

Top