Jason - here is an extract from my page.........
<html>
<head>
<LINK REL="SHORTCUT ICON" HREF="http://www.mysite.co.uk/favicon.ico">
<title>my site</title>
<script language="JavaScript" type="Text/Javascript"><!--
// Hide script from older browsers
var urlAddress = "http://www.mysitef.co.uk";
var pageName = "My Site";
function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{
alert("Sorry! Your browser doesn't support this function.");
}
}
// --></script>
</head>
<body>
Favicon.ico is my pre designed icon.