how to replace the xampp favicon with my own one?

蓝咒 提交于 2019-12-05 21:28:58

just add the code bellow to your file.

<head>
<link rel="icon" href="images/favicon.ico" type="image/ico">
</head>

I think that this will work for you.

Just go to C:\xampp\htdocs and delete the favicon.ico file (if it is there). Insert the image file in that folder. (Remember that it should be an ico type file) Now rename that image as 'favicon' and it will be done.

Adding an icon named favicon.ico in your document root should solve the problem

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!