Mettre un lien sur une partie d'une image

Fermé
BGichigo - 15 déc. 2009 à 18:57
avion-f16 Messages postés 19246 Date d'inscription dimanche 17 février 2008 Statut Contributeur Dernière intervention 21 avril 2024 - 15 déc. 2009 à 19:15
Bonjour,

Je souhaite mettre un lien sur une partie d'une image que voici : http://img23.xooimage.com/files/8/e/5/footerlog-165e593.png . Donc je voudrais mettre le lien au niveau du logo. L'image fait 931x91.

<table width="91" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style="top:30px;">
    <table margin="0" padding="0" cellpadding="0" cellspacing="0" align="center" with="932" height="91" style="background-image:url(http://img23.xooimage.com/files/8/e/5/footerlog-165e593.png);width:932px;height:91px;border:no;">
      <tr>
       <td align="center">
       </td>
      </tr>
     </table></div></table>


Autre question: comment faire si je veux mettre une image par en dessous ?

Merci
A voir également:

1 réponse

avion-f16 Messages postés 19246 Date d'inscription dimanche 17 février 2008 Statut Contributeur Dernière intervention 21 avril 2024 4 497
15 déc. 2009 à 19:15
Les tableaux ne sont pas faits pour ça !
Utilises les maps en XHTML.
https://www.w3schools.com/TAGS/tag_area.asp
0