Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you put an ICON in the explorer "Favorites" lists 1

Status
Not open for further replies.

docjohn52

Programmer
Sep 28, 2002
114
US
instead of that standard nasty blue "e"?
Anybody know?

Thanks

John
 
try this code where u put in head section.

Code:
<html>
<head>

<LINK REL=&quot;SHORTCUT ICON&quot; HREF=&quot;[URL unfurl="true"]http://<%=namasrv%>your_folder/your_icon_file.ico&quot;[/URL] >

</head>
<title>Page Title</title>
<body>

</body>
</html>


hope it helps ....

:eek:) *JJ26* :eek:)
 
typical,

I have the grafic in .gif, but that doesn't seem to working,
and I have it in an icon lib file. Gotta convert a .gif to .ico to really work on this, so I need to download a utility, as soon as I find it.

If it works, you'll get your star!

Thanks man...

John
 
It works as an .ico file!

thanks for the snippet.

here's a star for you!

John
 
oohh.. thanks alot, John...for the stars....~~~[infinity]
hope will get another one soon... heheheeh

oohh for your notes, im not a male, but a lady. [flowerface]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top