+ 2
How to add image in title bar !!
I want to add image in title bar using html ?
4 Answers
+ 17
These images are called "favicons" :
http://stackoverflow.com/questions/9943771/adding-a-favicon-to-a-static-html-page
+ 10
<link href="favicon link" rel="icon" />
Also make sure that there is no PHP code before this tag or else the image will not be shown.
+ 9
Because in my registration form I used to show that the form is connected to the database and I put that code at the starting of the code because of which these links wouldn't work. I changed their places and everything got fine.
+ 6
I haven't had any issues with PHP before this tag, Siddharth Saraf how have you come to this conclusion?