i want to add icon on the title bar but this program is not give me correct output.
please help me what can i do?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jul 2, 2014, 8:05 AM
Generate favicon icon from http://favicon.htmlkit.com/favicon/,
and place <link rel="shortcut icon" href="your_folder_path\favicon.ico"> in header.
Abhishek JaiswalPosted Jul 2, 2014, 7:49 AM
try this
Guest UserPosted Jul 2, 2014, 1:14 AM
Place favicon.ico as file in your folder that's it. This is convention that browser will read automatically
You don't need to include it in HTML
Thnx
my twitter id: @sumitjolly
Sanjay SinghPosted Jul 1, 2014, 12:37 PM
but the favicon still not displaying.
Ramesh MaruthiPosted Jul 1, 2014, 11:04 AM
<linkrel="shortcut icon"href="favicon.ico"type="image/x-icon">some text
Note : the
the closest you can do is add a favicon to the document (via the element)