II phl II
Touriste
Je suis en train de faire un petit site (avec photoshop/image ready) pour un club de Karting et j'ai un petit problème avec l'insertion du USEMAP="#back" pour créér des liens sur une image.
Voici le site (loin d'etre fini) Ici
et voici le code :
En fait le problème est que je ne sais pas mettre le USEMAP="#back" la où l'image est insérée càd ici : <td background="images/back.gif" valign="top"> et sans Usemap pas de liens :x
Si qqun sait comment faire je lui en serai très reconnaissant :]
merci
Voici le site (loin d'etre fini) Ici
et voici le code :
Code:
<HTML>
<HEAD>
<TITLE>Soka Liège</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<br>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="111111" width="800" id="AutoNumber1" height="600" align="center">
<tr>
<td background="images/back.gif" valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2" height="90"></td>
</tr>
<tr>
<td width="115">
<MAP NAME="back">
<AREA SHAPE="rect" ALT="" COORDS="1,119,109,140" HREF="accueil.htm">
<AREA SHAPE="rect" ALT="" COORDS="1,160,110,182" HREF="evenements.htm">
<AREA SHAPE="rect" ALT="" COORDS="0,200,110,223" HREF="photos.htm">
<AREA SHAPE="rect" ALT="" COORDS="1,236,109,259" HREF="contact.htm">
<AREA SHAPE="rect" ALT="" COORDS="1,273,109,296" HREF="staff.htm">
<AREA SHAPE="rect" ALT="" COORDS="0,312,108,333" HREF="materiel.htm">
<AREA SHAPE="rect" ALT="" COORDS="99,501,195,515" HREF="http://www.karting-live.com" TARGET="new">
</MAP>
<td><iframe src="news.htm" width="685" height="398" scrolling="auto" frameborder="0" ALLOWTRANSPARENCY="true"></iframe></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
Si qqun sait comment faire je lui en serai très reconnaissant :]
merci