|
I am attempting to implement a favicon into my website. I have put a 16x16px image in the root folder called favicon.ico, and put the code
<head>
<title>Jro's World</title>
<link rel="shortcut icon" href="http://www.jrosworld.com/favicon.ico" />
<link rel="stylesheet" type="text/css" href="masterss.css" />
<script type="text/javascript" src="external.js"></script>
</head>
in the header of the homepage. But the favicon is not appearing except in 2 pages of the website. I have a phpBB forum that opens up in a new window, & I have a Gallery photo album that opens up in a new window. The favicon appears on both of these pages. It also appears in FireFTP when I am uploading to the website. But as far as I can tell, it appears nowhere else. It doesn't appear on the homepage, or on any other of the main pages within the site.
Can anyone help? The most important place I want it to appear, is on the homepage.
Thanks to anyone with any input.
|