I know this question is already asked many times, but for some reason I can't add my website's icon image inside the browser title bar, I've already tried this:
`<link rel="shortcut icon" type ="image/x-icon" href="location/image.ico">`
I put that code inside HTML <head>
, below the <title>
tag, but it still does not work. Did I make a silly mistake, or what? The image I used has the size of 16x16 pixel, and in .ico
format.