code from this page
Code:
<head>
<title>WebProWorld :: View topic - WPW favicon.ico</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index.css" title="0">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/css2.css" title="1">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index2.css" title="2">
</head>
PHP code you need to add into the correct place
Code:
echo "<link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n";
echo "<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n";
Or Html code
Code:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">