|
Posted by Paul Goodwin on 11/10/83 11:23
"Tina - AxisHOST, Inc." <tpeters@axishost.com> wrote in message
news:dd5d920111i@news2.newsguy.com...
>
> "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> wrote in message
> news:TYpJe.5615$EX.4657@twister.nyroc.rr.com...
> > Paul Goodwin wrote:
> >> I have a client who wishes one of these 'favicons' on every page of
> >> a fairly large site, what I'm wondering, in order to save time, is
> >> if it's possible to add the icon via the external stylesheet,
> >> instead of laboriously adding it to each page.
> >
> > No way that I know of to use CSS for a favicon. You would have to add
the
> > following in the <head> section of the pages. Use correct path, of
course:
> >
> > <link rel="shortcut icon" href="path/favicon.ico" type="image/x-icon">
> > <link rel="icon" href="path/favicon.ico" type="image/x-icon">
> >
> > It must also be a 16x16 true icon file.
> >
> > This would be easy if the stuff in the <head> were added to each page by
a
> > script, as I do; one file for the whole site.
> >
> > Internet Explorer users will not see it unless they bookmark the site,
and
> > then only until the cache is cleared.
>
> Yes. I was going to suggest putting the whole top area of the page
> (generally meta, logo headers, menu) in an include - either ssi or php.
You
> could include the favicon bit in that.
That might be what I'm looking for, thanks for all the replies :)
--
Paul
Navigation:
[Reply to this message]
|