0
votes

My image is not showing up. I cleared cache but no luck. Image is verified in the same folder. Not working on Chrome or Safari.

<head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="icon" type="image/png" href="TabBarLogo.png" sizes="16x16">

</head>

also tried rel="shortcut icon"

1
@Nisarg tab bar icon - ie. favicon. Not image. - Turnip
u mean favicon for the browser? , perhaps try locating ur image in your folder, it might not exist - Abbr
see also this SO-Post (+answers): stackoverflow.com/questions/6121725/… - cloned
From my experience, the favicon is cached outside of the normal browser cache and will not be reloaded when the cache is cleared. This may help: stackoverflow.com/questions/2208933/… - Turnip
Try rel="shortcut icon" - Zohir Salak

1 Answers

0
votes

<head> directly after fixed my problem. With no HTML code in between.

1.)

<!DOCTYPE html>
<html lang="en">

2.)

<head></head>