Hi, I'm trying to insert a favicon on my page.
So now i've set up a testpage, and it still doesn't work.
I have a file called favicon.ico in my root folder on the ftp.
And this is my HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Dette er en test
</body>
</html>
Am I doing something wrong?
I hope someone can help me.
Thank you