473,322 Members | 1,718 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

image to address bar of IE

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

Jun 14 '07 #1
7 2199
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

<sa*********@gmail.comwrote in message
news:11**********************@j4g2000prf.googlegro ups.com...
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

Jun 14 '07 #2
Try :
http://en.wikipedia.org/wiki/Favicon
--
Patrice

<sa*********@gmail.coma écrit dans le message de news:
11**********************@j4g2000prf.googlegroups.c om...
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

Jun 14 '07 #3
On Jun 14, 4:07 pm, "Kevin Spencer" <unclechut...@nothinks.comwrote:
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

<sarellar...@gmail.comwrote in message

news:11**********************@j4g2000prf.googlegro ups.com...
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- Hide quoted text -

- Show quoted text -
i use the icon then also not geting
<link rel=alternate href=images/transparent.ico >

Jun 14 '07 #4
And also set rel="SHORTCUT ICON".

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Kevin Spencer" <un**********@nothinks.comwrote in message
news:uV**************@TK2MSFTNGP05.phx.gbl...
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

<sa*********@gmail.comwrote in message
news:11**********************@j4g2000prf.googlegro ups.com...
>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


Jun 14 '07 #5
On Jun 14, 4:17 pm, "Patrice" <http://www.chez.com/scribe/wrote:
Try :http://en.wikipedia.org/wiki/Favicon
--
Patrice

<sarellar...@gmail.coma écrit dans le message de news:
1181816687.943237.123...@j4g2000prf.googlegroups.c om...
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- Hide quoted text -

- Show quoted text -
i tried the icon then also not coming
<link rel=alternate href=images/transparent.ico >

Jun 14 '07 #6
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
<sa*********@gmail.coma écrit dans le message de news:
11*********************@j4g2000prf.googlegroups.co m...
On Jun 14, 4:17 pm, "Patrice" <http://www.chez.com/scribe/wrote:
Try :http://en.wikipedia.org/wiki/Favicon
--
Patrice

<sarellar...@gmail.coma écrit dans le message de news:
1181816687.943237.123...@j4g2000prf.googlegroups.c om...
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- Hide quoted text -

- Show quoted text -
i tried the icon then also not coming
<link rel=alternate href=images/transparent.ico >
Jun 14 '07 #7
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

<sa*********@gmail.comwrote in message
news:11**********************@q19g2000prn.googlegr oups.com...
On Jun 14, 4:07 pm, "Kevin Spencer" <unclechut...@nothinks.comwrote:
>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

<sarellar...@gmail.comwrote in message

news:11**********************@j4g2000prf.googlegr oups.com...
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- Hide quoted text -

- Show quoted text -

i use the icon then also not geting
<link rel=alternate href=images/transparent.ico >

Jun 15 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: georg116 | last post by:
Hi, can someone tell me, if it's possible to "dump" an image object, created like with the snippet below? <?php $im = ImageCreate (50, 100); $background_color = ImageColorAllocate ($im, 255,...
23
by: Erik Schulp | last post by:
Hi all, I am using a background image via a stylsheet. I've used this code: background-image:url("/images/tile.gif"); (which I think is correct) The image doesn't show up however, the path,...
6
by: David W. Simmonds | last post by:
I know that I can create an Image object by using a path like C:\MyPictures\pic.jpg, but how can I create an Image object by using a path like /MyPictures/pic.jpg where the path is relative to the...
1
by: Holly | last post by:
Hi, I have a page (A) that allows users to enter addresses and displays direction information and map images. The page A calls Microsoft's mappoint web service, gets the route info and map image....
5
by: aarondouglas28 | last post by:
Hey all, I'm hoping someone can help me with a little problem I have. First a little background. I'm working on developing a site which displays live feeds from a security camera. The camera is...
6
by: nichughes | last post by:
Hello all, A question relating to http://www.entrust-systems.net/ Just for a change I have run into a problem that seems to be OS specific rather than browser specific - the box image that is...
5
by: Steve JORDI | last post by:
Just a question using images as submit buttons and PHP4.4.4. It seems that my code correctly works in FireFox but not in IExplorer. For example, I have a FORM with 2 buttons called "search" and...
9
by: tshad | last post by:
This was posted before but the message got messed up (all NLs were stripped out for some reason). I have 2 labels that hold the name of different images on my .aspx page. <asp:Label ID="Logo"...
8
by: andrewtayloruk | last post by:
Hi i was wondering if anyone could help.... I have made a little script that puts whatever a user enters into a mysql database. As well as the forms my script has an image input that uploads an image...
20
by: salmanjavaheri | last post by:
Hi we have a piece of php based (i think) software that exports to an rtf file, these files contain an image, this image makes the rtfs too large...so the solution is to reduce the...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.