Insérer une image sur un lien dans un table
Bonjour, Je pose ici une question qui j'espère trouvera réponse.
Mon problème est le suivant j'aimerai insérer une image sur un lien html dans un <table>
Le problème est que l'image s'affiche bien mais quand je veux cliquer sur celle-ci impossible car l'image bloque le lien voici le code html.
Merci d'avance pour vos réponses
Mon problème est le suivant j'aimerai insérer une image sur un lien html dans un <table>
Le problème est que l'image s'affiche bien mais quand je veux cliquer sur celle-ci impossible car l'image bloque le lien voici le code html.
<meta http-equiv="content-style-type"content="text/css">
<style>
#td1 {background-color:#000; background-image:url(images/Bouton%20accueil.jpg); width:100%; height:50px}
#td2 { background-color:#000000; background-image:url(images/tutoriels%20pc.jpg); width:100%;height:50px}
</style>
</head>
<body>
<table height="366" border="0" align="center">
<tr id=td1"><td><a href="accueil.html" target=princ>accueil</a></td>
<tr id="td2"><td><a href="am%C3%A9liorations+pc.html" target=princ>tuto jeux</a></td>
<tr><td><a href="caract%C3%A8res+sp%C3%A9ciaux.html" target=princ>caractères spéciaux</a></td>
<tr><td><a href="assassin's creed.html" target=princ>assassin's creed</a><td width="48">
<tr><td><a href="battleforge.html" target=princ>battleforge</a></td>
<tr><td><a href="darkorbit.html"target=princ>darkorbit</a></td>
<tr><td><a href="world of warcraft.html"target=princ>world of warcraft</a></tr>
</table>
Merci d'avance pour vos réponses