Help with CSS

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, not just the index.

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

Jon Spivey

That's like saying I want this text on my pages but I don't want to type it
;-) It really needs to be on each page, you could probably do a search and
replace, ie replace
</head>
with
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"></head>

If you chose all pages (assuming that's what you want) you should be able to
do it quickly.

Cheers,
Jon
 
H

Helpful person

No. This is not the kind of thing that CSS does.

--
Murray
--------------
MVP FrontPage







- Show quoted text -

Thanks. However, is there another method I can use that does not
require me to change every page?
 
T

Tom Willett

See the answers to your post "Includes"
--
===
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, not just the index.
|
| I do not want to alter all of my pages. Is there a statement I can
| put in my CSS instead?
|
 
H

Helpful person

That's like saying I want this text on my pages but I don't want to type it
;-) It really needs to be on each page, you could probably do a search and
replace, ie replace
</head>
with
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"></head>

If you chose all pages (assuming that's what you want) you should be able to
do it quickly.

Cheers,
Jon







- Show quoted text -

Thanks. I don't have many pages so it's not too much of a chore. I'm
more concerned with being able to make easy changes in the future from
a central location. Unfortunately, I cannot use one of my Include
files because they do not seem to insert into the Head section.
 
H

Helpful person

Works for me with Mozilla 1.3 on Linux, and FireFox 2.0 on Windows.

Doesn't work for me with windows XP and the latest download of Mozilla

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/
20070312 Firefox/1.5.0.11
 
T

Tom Willett

And, you have in fact deleted the links?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| > Works for me with Mozilla 1.3 on Linux, and FireFox 2.0 on Windows.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
|
| Doesn't work for me with windows XP and the latest download of Mozilla
|
| Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/
| 20070312 Firefox/1.5.0.11
|
|
 
H

Helpful person

And, you have in fact deleted the links?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/

| > Works for me with Mozilla 1.3 on Linux, and FireFox 2.0 on Windows.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
|
| Doesn't work for me with windows XP and the latest download of Mozilla
|
| Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/
| 20070312 Firefox/1.5.0.11
|
|

I did, but I put themback after testing
 

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

Includes 5
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