Shop OBEX P1 Docs P2 Docs Learn Events
PINK Favorite Icon — Parallax Forums

PINK Favorite Icon

jayrjayr Posts: 9
edited 2009-01-29 13:47 in General Discussion
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

Comments

  • DosManDanDosManDan Posts: 179
    edited 2009-01-28 18:39
    I just checked it and it works fine. Did you remember to refresh your browser? Press CTRL+F5 to refresh your web page. I have my icon in a sub directory, but I checked having it in the root and it worked as well.

    <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
  • jayrjayr Posts: 9
    edited 2009-01-29 13:47
    Dan,

    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.
Sign In or Register to comment.