Je ne pense pas avoir totalement compris...
Une seule partie de l´image s´affiche ?
Hum... Bizarre.
<a href="index2.htm"><img src="" alt="" width"LARGEUR DE TON IMAGE" height="HAUTEUR DE TON IMAGE" /></a>
Ou alors, tu devras passer par un div (CSS).
- porte
{
width: 300px;
height: 300px;
background-image: url("chemin vers ton image");
background-repeat: no-repeat;
background-position: top left;
}
HTML :
<div id="porte">
</div>