I can't get my favicon to show up. I've got the favicon image sitting in the root folder. Can't seem to get it to work.
here is the markup i'm using for the html page.
<html>
<head>
<title>Some Page</title>
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
<script src="/script/somescript.js" type="text/javascript"></script>
</head>
<body>
Some text
</body>
</html>
Any suggestions...a nyone
here is the markup i'm using for the html page.
<html>
<head>
<title>Some Page</title>
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" />
<script src="/script/somescript.js" type="text/javascript"></script>
</head>
<body>
Some text
</body>
</html>
Any suggestions...a nyone
Comment