ghking macrumors regular Original poster Oct 9, 2007 #1 hello how do you change the picture that shows up next to the url in the adress bar?
subwarm macrumors member 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 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 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 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 Oct 11, 2007 #7 I ended up using this site for mine. http://www.htmlkit.com/services/favicon/