cadre d'une image avec un lien
Bonjour,
sur mon site quand je mets une image qui renvoie à un lien, un cadre apparaît automatiquement autour.
Ce cadre se présente comme ceci : http://img13.imageshack.us/img13/1300/testzrb.jpg
Ça se passe sous internet explorer8 et mozilla Firefox mais pas sur Google Chrome.
Pouvez-vous m'aider pour qu'il disparaisse ? Merci.
Voici mon code :
Code:
1 2 3 4 5 6 7 8 9 10 11
| <html>
<head>
<title>Graine de beauté</title>
<link rel="shortcut icon" type="image/x-icon" href="icone.ico">
</head>
<--! vlink a link et link de la même couleur que mon fond -->
<body bgcolor=#FFFF66 VLINK="#FFFF66" ALINK="#FFFF66" LINK="#FFFF66">
<br>
<p align=center><a href="index1.html" VLINK="#FFFF66" ALINK="#FFFF66" LINK="#FFFF66"><img src="index1.jpg" onMouseOver="this.src='index2.jpg'" onMouseOut="this.src='index1.jpg'" ></a></p>
</body>
</html> |