Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rph105

macrumors 6502
Original poster
Jul 21, 2007
266
0
i'm building a website at the moment, and i just wanted to know how i get my own logo in the address bar like some sites have it for example on mac forums you have the apple >>> and google has the G >>>
how would i go about getting my logo to display and if its in dreamweaver how???

thanks for any help in advance
 
It's called a Favicon. Wikipedia seems to have a pretty decent article on them here (including instructions for where to put them in your sites directory, etc).
 
It's called a Favicon. Wikipedia seems to have a pretty decent article on them here (including instructions for where to put them in your sites directory, etc).

thank you mac forums for giving me "TheAnswer" LOL :)
 
My shorter answer :)

Make two 16x16px images (favicons):
favicon.png
favicon.ico

Put the following links in the head section:

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

Browsers and standards move on so it won't be long before someone more up to date corrects me.. :)
 
In the directory where all of index.htm/php or whatever, put an image named favicon.ico . That will be your favicon.
Yes. Not in an 'images' folder or whatever. href="favicon.ico" refers to images in the same directory as the page on which it's written.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.