Help with CSS

  • Thread starter Thread starter Helpful person
  • Start date Start date
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?
 
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
 
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?
 
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?
|
 
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.
 
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
 
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
|
|
 
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
 
Back
Top