kppyeung Posted July 27, 2013 Share Posted July 27, 2013 hi there, I create a html page for my site but it display the hosting company's favicon, while other pages in my site are fine, any clue? thx! Link to comment Share on other sites More sharing options...
PrestaCoder.com Posted July 27, 2013 Share Posted July 27, 2013 Hi, On html file you have created you should include a link to your favicon icon (betwen the <head> </head> elements) Something like: <link rel="icon" type="image/vnd.microsoft.icon" href="http://yoursite/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="http://yoursite/favicon.ico" /> But why you have created an HTML file? Link to comment Share on other sites More sharing options...
kppyeung Posted July 27, 2013 Author Share Posted July 27, 2013 you mean I should create a .php file instead for the pop up window? Link to comment Share on other sites More sharing options...
Recommended Posts