ghking macrumors regular Original poster Jul 21, 2007 245 0 Oct 9, 2007 #1 hello how do you change the picture that shows up next to the url in the adress bar?
Eidorian macrumors Penryn Mar 23, 2005 29,195 393 Indianapolis Oct 9, 2007 #2 http://www.google.com/search?q=favicon
subwarm macrumors member Feb 4, 2003 73 0 Westchester, NY Oct 9, 2007 #3 Hi there, that's called a favicon. It's installed in the code on the web page itself so I'm not sure you can really modify them. Here is a tutorial to help you get started if you want to add one to your own website. http://www.clickfire.com/viewpoints/articles/favicons.php
Hi there, that's called a favicon. It's installed in the code on the web page itself so I'm not sure you can really modify them. Here is a tutorial to help you get started if you want to add one to your own website. http://www.clickfire.com/viewpoints/articles/favicons.php
mariahlullaby macrumors 6502a Jan 19, 2005 852 3 NYC Oct 9, 2007 #4 Just upload a 16 x 16 icon (it must be in .ico format) and name it favicon.ico. Upload it to your root folder and tadow!
Just upload a 16 x 16 icon (it must be in .ico format) and name it favicon.ico. Upload it to your root folder and tadow!
ChicoWeb macrumors 65816 Aug 16, 2004 1,120 0 California Oct 9, 2007 #5 mariahlullaby said: Just upload a 16 x 16 icon (it must be in .ico format) and name it favicon.ico. Upload it to your root folder and tadow! Click to expand... Well, almost. Need something like this in your HTML Code: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
mariahlullaby said: Just upload a 16 x 16 icon (it must be in .ico format) and name it favicon.ico. Upload it to your root folder and tadow! Click to expand... Well, almost. Need something like this in your HTML Code: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
mariahlullaby macrumors 6502a Jan 19, 2005 852 3 NYC Oct 9, 2007 #6 ChicoWeb said: Well, almost. Need something like this in your HTML Code: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> Click to expand... I don't use that code in my HTML. But, maybe my icon doesn't work on all broswers?
ChicoWeb said: Well, almost. Need something like this in your HTML Code: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> Click to expand... I don't use that code in my HTML. But, maybe my icon doesn't work on all broswers?
E Elixer macrumors regular Aug 15, 2006 238 0 Oct 11, 2007 #7 I ended up using this site for mine. http://www.htmlkit.com/services/favicon/