I tried the following link to create a shortcut icon for my browser tab <link rel="shortcut icon" href="/icon.gif" type="image/gif"> I tried putting icon.gif in the same directory as the .rhtml and also in the public/images directory and neither works. I also tried removing the slash as follows, but this only works when I load the web page in the browser without going through Rails: <link rel="shortcut icon" href="icon.gif" type="image/gif"> I also tried other variations like this <link rel="shortcut icon" href="./icon.gif" type="image/gif"> <link rel="shortcut icon" href=".\icon.gif" type="image/gif"> I''m developing on Windows. Any ideas? Thanks! Chirag --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---