LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   icons in location bar (https://www.linuxquestions.org/questions/programming-9/icons-in-location-bar-54706/)

busbarn 04-12-2003 11:28 AM

icons in location bar
 
Hey, does anybody know what you need to put in you html code to get an icon to appear in the location bar? I want to be able to do this on my site (like the penguin that shows up at linuxquestions.org) but I can't find anything on how to do it. THanks.

david_ross 04-12-2003 11:59 AM

Try puting this in the head of your HTML:
<LINK rel="SHORTCUT ICON" href="/favicon.ico">

Then create an icon called favicon.ico and put it in the root of your web dir.


All times are GMT -5. The time now is 04:07 PM.