PINK Favorite Icon
jayr
Posts: 9
Hello,
I successfully built a test web page in html and I'm trying to add a favorite icon to·it using the following html command:
<head>
<title>Test Page</title>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
</head>
I uploaded a known good icon file named: favicon.ico, in·the same location as the index.htm file and it does not work.
Is there a special way to get·the favorite icon to work with the·PINK ?· Thank you in advance.
jayr
I successfully built a test web page in html and I'm trying to add a favorite icon to·it using the following html command:
<head>
<title>Test Page</title>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
</head>
I uploaded a known good icon file named: favicon.ico, in·the same location as the index.htm file and it does not work.
Is there a special way to get·the favorite icon to work with the·PINK ?· Thank you in advance.
jayr
Comments
<head>
<title>Temperature Monitor</title>
<link rel="shortcut icon" href="images/check.ico">
<head>
Dan
Post Edited (DosManDan) : 1/28/2009 7:14:16 PM GMT
You're right, it works.· I reviewed and followed the instructions at link[noparse]:http:[/noparse]//www.davesite.com/webstation/html/favicon.shtml
and was able to get it to work.· By the way, it's not necessary to add the html stuff in the index.htm file.
I just saved the ico file with the index.htm in the PINK and the browser picked it up okay.
Jayr.