ilikephp Posted January 14, 2008 Share Posted January 14, 2008 hello, please can sonmebody help me in puting a small icon for my website before the address bar, like the phpfreaks.com website??? thx a lot, No idea about it!! Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/ Share on other sites More sharing options...
tinker Posted January 14, 2008 Share Posted January 14, 2008 This is a CSS issue: <link rel='SHORTCUT ICON' href='favicon.ico'> Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-438940 Share on other sites More sharing options...
Grant Holmes Posted January 14, 2008 Share Posted January 14, 2008 This really isn't a PHP issue, but a favicon. This link should help you: http://www.html-kit.com/favicon/ Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-438941 Share on other sites More sharing options...
ilikephp Posted January 14, 2008 Author Share Posted January 14, 2008 THANKSSS A LOT GUYS !!! Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-439206 Share on other sites More sharing options...
Grant Holmes Posted January 14, 2008 Share Posted January 14, 2008 Yer Welcome! I get so much help here, it was nice to give some!! Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-439215 Share on other sites More sharing options...
cooldude832 Posted January 14, 2008 Share Posted January 14, 2008 properly done that tag should be closed (all self contained tags like <hr /><br /> need to be closed so <br> is invalid but <br /> is valid <link rel="Shortcut Icon" href="fav.ico" type="image/x-icon" /> ?> also the type is important. Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-439219 Share on other sites More sharing options...
ilikephp Posted January 24, 2008 Author Share Posted January 24, 2008 hello, I noticed that it works only in firefox and not in I.E ??? Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-447699 Share on other sites More sharing options...
Grant Holmes Posted January 24, 2008 Share Posted January 24, 2008 Correct. Nothing you did wrong. Just IE's way of staying up to date. :-) Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-447765 Share on other sites More sharing options...
PHP Monkeh Posted January 24, 2008 Share Posted January 24, 2008 Depends which version of I.E. you're using. Earlier versions will only display the favourite icon once its added to your favourites. Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-447766 Share on other sites More sharing options...
ilikephp Posted January 24, 2008 Author Share Posted January 24, 2008 i tried it on both version I.E. 6 and 7 but I can see it for the other websites Quote Link to comment https://forums.phpfreaks.com/topic/85967-icon-before-the-website-address/#findComment-447810 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.