faith 0 Report post Posted August 8, 2005 In alot of websites i see, they have custom little icons, like Xisto, im using IE and in the little browser bar on the left on the home page, itts a custom icon, and its the same thing in my favorites menu, some sites with just regular ones is the little E with the page in the backround, and i was wondering how do you get it custom? Share this post Link to post Share on other sites
Tyssen 0 Report post Posted August 8, 2005 A search in Google on 'favicon' will tell you what you need to know. Share this post Link to post Share on other sites
guangdian 0 Report post Posted August 8, 2005 yes.but what do you mean?just the <http://forums.xisto.com/no_longer_exists/ my ie don't get that?that is using so much ?oh i'm not sure.then I think if you wanna made it.it's simplePhotoshop can do it. Share this post Link to post Share on other sites
kraam 0 Report post Posted August 8, 2005 you can do it with many graphic programs - photoshop, paintshop, fireworks etc... but i think you have to save it as a .png. Share this post Link to post Share on other sites
faith 0 Report post Posted August 8, 2005 Thanks SO muc tyseen, i was like dieing to know, and didnt know what it was called! Share this post Link to post Share on other sites
palladin 0 Report post Posted August 8, 2005 <link rel="Shortcut Icon" href="icon_name.ico"> Place this in HEAD section.But this is work only when someone add you page to favorites. SOMEONE know how to do working icon even if site not added to favorites ?--------------------Practice is when evrything work but no one know why.Theory is when work nothing but evry one know why.Programmers join Practice with Theory - nothing work and no one know why Share this post Link to post Share on other sites
midnightvamp 1 Report post Posted August 8, 2005 <link rel="Shortcut Icon" href="icon_name.ico">Place this in HEAD section. But this is work only when someone add you page to favorites. SOMEONE know how to do working icon even if site not added to favorites ?  --------------------  Practice is when evrything work but no one know why. Theory is when work nothing but evry one know why. Programmers join Practice with Theory - nothing work and no one know why 172165[/snapback] Okay, that is cool, so does that mean, that if I added that code to my site, and someone put a shortcut link to it on their desktop, it would be the icon I choose? That would be pretty neat. Or will that only work too if the page has been bookmarked? Share this post Link to post Share on other sites
Inspiron 0 Report post Posted August 8, 2005 Hey dude... Do this.. : <html> <head> Â <title> Favicon.com - custom icons for your website!</title> Â [b]<LINK REL="SHORTCUT ICON" HREF="favicon.ico">[/b] </head> <body> Â <!-- Your HTML contents here --> </body></html> Share this post Link to post Share on other sites
Inspiron 0 Report post Posted August 8, 2005 Oh as referred to my previous post, any moderators or administrators please help me get that important line Bold if possible.Thanks and sorry for double posting... Share this post Link to post Share on other sites
clagnol 0 Report post Posted August 8, 2005 There's always so much misinformation spread every time the topic of favicon has come up, and it comes up pretty often.Kraam, it is an ICO file, not a PNG. Guangdian, I never have any idea what you're trying to express.The two dudes with code are both correct, but their solutions may not work for all browsers. Here's a cross-browser solution I learned a long time ago: <link rel="icon" href="http://domain.com/favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="http://domain.com/favicon.ico" type="image/x-icon"> Make sure you name your file "favicon.ico". It definitely works for Internet Explorer and Gecko-based browsers [Mozilla, Mozilla Firefox, Netscape, Konqueror, generic Linux browsers, etc]. Be warned that IE is always finicky about these icons, though. Share this post Link to post Share on other sites
psychiccyberfreak 0 Report post Posted August 8, 2005 you can make 16x16 icons in MSpaint, if you make the canvas that size and save it as favicon.icothen you just put that in the www directory of your site and you're ready to roll! Share this post Link to post Share on other sites
faith 0 Report post Posted August 8, 2005 well wow. that is alot easier then most of the other peoples replys and comments, thank you ! ill be sure to do that! Share this post Link to post Share on other sites