image to address bar of IE

  • Thread starter Thread starter sarellaravi
  • Start date Start date
S

sarellaravi

hello every one,

how to add image to address bar.
i written code within in head tag
<link rel=alternate href=images/animated_favicon1.gif>
but it is not working
i am working on asp.net
just tell me is there any mistake in the code.
or there is some othe way.

ravi
 
Use an icon, not an image, and your best bet is to place it in the root
folder of your app.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Use an icon, not an image, and your best bet is to place it in the root
folder of your app.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:http://www.miradyne.net








- Show quoted text -

i use the icon then also not geting
<link rel=alternate href=images/transparent.ico >
 
I don't see "alternate" being mentioned in the wikipedia article.

If you want an icon for all pages, add a favicon.ico file at your site web
root as mentioned in the article.

If you want to do that for a particular page, tell us which browser you are
trying so that we can give this a try if possible (also but perhaps not
relevant attributes should be quoted, and possibly markup terminated with
/>.

Finally if transparent.ico is "transparent" you won't see anything ;-)

--
Patrice


<[email protected]> a écrit dans le message de (e-mail address removed)...
Try :http://en.wikipedia.org/wiki/Favicon
--
Patrice

<[email protected]> a écrit dans le message de (e-mail address removed)...






- Show quoted text -

i tried the icon then also not coming
<link rel=alternate href=images/transparent.ico >
 
Your browser has probably cached its' own default icon. If you empty the
browser history and temporary internet files, it should show up.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top