Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Litrik De Roy
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 4:01 PM Subject: Re: [C2.1] How to get a favicon.ico in the browser. > > Antonio Gallardo Rivera wrote: > > I am trying to set the icon of the site with cocoon. My problem is I dont know > > w

Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Nicola Ken Barozzi
Antonio Gallardo Rivera wrote: > I am trying to set the icon of the site with cocoon. My problem is I dont know > what mime-type to set in the sitemap.xmap > > > > > > The "favicon.ico" is in the directory: "/resources/images" and set in the > stylesheet with the hardcoded string: >

Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Emmanuil Batsis (Manos)
gt; >> - Original Message - >> From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Tuesday, September 10, 2002 7:45 AM >> Subject: [C2.1] How to get a favicon.ico in the browser. >> >> >>

RE: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Morrison, John
Rivera" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, September 10, 2002 7:45 AM > > Subject: [C2.1] How to get a favicon.ico in the browser. > > > > I am trying to set the icon of the site with cocoon. My > > problem is I do

Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Emmanuil Batsis (Manos)
> > Sent: Tuesday, September 10, 2002 7:45 AM > Subject: [C2.1] How to get a favicon.ico in the browser. > > > I am trying to set the icon of the site with cocoon. My problem is I dont > know > what mime-type to set in the sitemap.xmap > > > > >

Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Barbara Post
Does a direct call of the url in the browser to the .ico work ? Indeed image/bmp seems right, afaik... - Original Message - From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 7:45 AM Subject: [C2.1] How t

Re: [C2.1] How to get a favicon.ico in the browser.

2002-09-10 Thread Ugo Cei
Antonio Gallardo Rivera wrote: > I am trying to set the icon of the site with cocoon. My problem is I dont know > what mime-type to set in the sitemap.xmap > > > > I suggest that you stick to the "/favicon.ico" URL because some browsers will request that URL regardless

[C2.1] How to get a favicon.ico in the browser.

2002-09-09 Thread Antonio Gallardo Rivera
I am trying to set the icon of the site with cocoon. My problem is I dont know what mime-type to set in the sitemap.xmap The "favicon.ico" is in the directory: "/resources/images" and set in the stylesheet with the hardcoded string: But the browser dont get it. Please