Código HTML:
<html>
<head>
<html>
<Head>
<STYLE TYPE="text/css">
//------------------para cuando tengas links de texto -------------------
A:link{color:white;text-decoration:none}
A:visited{color:white;text-decoration:none}
A:hover{color:white;text-decoration:none}
//--------------------------------------------------------------------------
</STYLE>
</Head>
<body>
<a href="http://www.google.es"><img src="imagen.gif" border="0"></a>
</body>
</html>