stevieD
stevieD

Reputation: 135

Favicon showing blank in Firefox using html5

I have put in code using html5. In Firefox, the Favicon is showing as blank. In Internet Explorer, the favicon is showing as intended.

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="http://www.bunchofus.com/Bicon.ico" />

Tried the below as well.

<link rel="shortcut icon" href="http://www.bunchofus.com/Bicon.ico" />

I tried clearing the cache and restarting the browser and neither worked. I would appreciate the help as to why this is happening.

Thanks.

Upvotes: 1

Views: 1131

Answers (1)

Fenton
Fenton

Reputation: 250872

I recommend that you rename the icon favicon.ico, which normally means you don't need to hint the favicon path to browsers.

Additionally, check that the format of your image is correct and try regenerating the .ico from your original source as browsing directly to it in some browsers doesn't show the red "B", which suggests an issue with the image.

Upvotes: 1

Related Questions