Log in

View Full Version : Favicon ain't showing



Dingus
10-02-2011, 11:05 AM
Hi there.
I thought I'd try the online favicon generator.
I've inserted it but it doesn't show in my browser.
I've checked that the favicon is on my site.
Any ideas folks? :confused:

<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Style Linens Coming Soon</title>
</head>
<body>
<div align="center" class="container"><img src="Holding Page.jpg" alt="SL" width="1066" height="768" align="absmiddle" /></div>
</body>
</html>

rangana
10-02-2011, 11:30 AM
You have this:


<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">


Please ensure that the highlighted is on the root directory of where you're running your script. If incase you're in a subdirectory, remove the "/" in the highlighted text above.


Hope that helps.

Dingus
10-02-2011, 11:54 AM
Thanks rangana.
Yes my favicon.ico is in the correct directory. I'm using /public_html

rangana
10-02-2011, 12:11 PM
Please show us the link to your page.

Dingus
10-02-2011, 12:36 PM
http://www.style-linens.com/

Dingus
10-02-2011, 12:39 PM
I just tried my web page from a friends computer and it works fine !!!!!!!!!!
It must be my cache. Sorry for being a prat.
Thanks for your help