|
favicon prob, displaying but not so displaying -
11-13-2008, 12:22 PM
i have recently started to create a website, but it is still underconstruction...
however while i am trying to place favicon, i see that my favicon does not display when there is a "www." prior to my domain, which is "http://www.cchysjab.co.cc". But it does display with "http://cchysjab.co.cc".(I'm using window vista's internet explorer",not sure which version it is)
this is the html codes:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico"/>
<title>Untitled Document</title>
</head>
<body>
<p>Hello,BK here...testing...click <a href="http://forum.cchysjab.co.cc">HERE</a></p>
</body>
</html>
|