PDA

Click to See Complete Forum and Search --> : How to get a logo to appear on webaddress bar?


chi-city
01-03-2006, 11:00 AM
How do you get to put your logo on the webaddress bar to appear(on the left side) when your site address appears? Any suggestions on size and how to get it there?

And if you dont know what Im talking about its that little green graphic this site has in the browser when you enter the site into the address bar in the browser.

thankx:eek:

G-Man79
01-03-2006, 01:20 PM
It's called a favicon. I don't have my code snippets handy but if you google "favicon", you'll find what you need.

JPnyc
01-03-2006, 01:35 PM
Just create the file as an .ico, name it favicon.ico and put in the root directory of the server.

morea
01-03-2006, 01:39 PM
here are a couple threads that deal with favicons:

http://www.graphicdesignforum.com/forum/showthread.php?t=10889

http://www.graphicdesignforum.com/forum/showthread.php?t=11811

I linked to a tutorial in the first thread. Hope that helps some.

FlashMaster
01-10-2006, 05:56 PM
create the file as an .ico, name it favicon.ico and put in the root directory of the server.
Like was said before then add this in the <head>

<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" >

kerrysmagicshirt
01-12-2006, 03:35 PM
http://www.chami.com/html-kit/services/favicon/


try this - creates a favicon from a jpeg for you - all free
all you have to do then is drop it next to your index page in your server ftp thingy