LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How do I add image to URL (https://www.linuxquestions.org/questions/programming-9/how-do-i-add-image-to-url-700451/)

watcher69b 01-28-2009 05:09 AM

How do I add image to URL
 
Hey all
How do i add a small image to the left of the URL for a website?
How do i get that image to be saved when the person bookmarks the site?

Thanks for the help

Nylex 01-28-2009 05:12 AM

Do you mean in the address bar of a browser? If so, they're called favicons, so you can google that. I don't know how to make them myself, so I can't help you with that.

watcher69b 01-28-2009 05:21 AM

Thanks! I googled it an the syntax is

<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">


All times are GMT -5. The time now is 06:16 AM.