A voir également:
- Html
- Editeur html - Télécharger - HTML
- Espace html ✓ - Forum HTML
- [**] Balise pour un espace vide en hml. Merci ✓ - Forum Webmastering
- Html download - Télécharger - HTML
- /Var/www/html/index.html ✓ - Forum Linux / Unix
3 réponses
merci de ta reponse comment puis je faire pour mettre dans des cellules de tableau peut tu me faire des exemples merci bcp de ton aide
Bonsoir,
soit tu mets tout ça dans des cellules de tableau (HTML) ou le meiux est d'utiliser des CSS (mmais là peut être de nouvelles choses à apprendre).
soit tu mets tout ça dans des cellules de tableau (HTML) ou le meiux est d'utiliser des CSS (mmais là peut être de nouvelles choses à apprendre).
bonsoir,
<table>
<tr>
<td>
<p><map name="FPMap0">
<area href="index.html" shape="rect" coords="70, 237, 138, 253">
<area href="entrainements.html" shape="rect" coords="73, 311, 208, 325">
<area href="album1/index.html" shape="rect" coords="278, 344, 347, 356">
<area href="evenements.html" shape="rect" coords="269, 279, 389, 290">
<area href="contacts.html" shape="rect" coords="268, 243, 354, 260">
<area href="archives.html" shape="rect" coords="272, 310, 356, 326">
<area href="entraineur.html" shape="rect" coords="75, 343, 184, 354">
<area href="presse.html" shape="rect" coords="72, 273, 237, 291">
<area href="Eole%20de%20Muaythai.html" shape="rect" coords="73, 366, 224, 389">
<area href="http://muaythaivendinois62.free.fr/mesvideos/flvplayer.php" shape="rect" coords="268, 365, 338, 392">
</map>
</td>
<td>
<img border="0" src="log9.gif" usemap="#FPMap0" width="417" height="411">
</td>
</tr>
</table>
ensuite tu peux aussi donner des tailles aux colonnes :
<td width='xx'> où xx peut être des pixels ou un pourcentage....
<table>
<tr>
<td>
<p><map name="FPMap0">
<area href="index.html" shape="rect" coords="70, 237, 138, 253">
<area href="entrainements.html" shape="rect" coords="73, 311, 208, 325">
<area href="album1/index.html" shape="rect" coords="278, 344, 347, 356">
<area href="evenements.html" shape="rect" coords="269, 279, 389, 290">
<area href="contacts.html" shape="rect" coords="268, 243, 354, 260">
<area href="archives.html" shape="rect" coords="272, 310, 356, 326">
<area href="entraineur.html" shape="rect" coords="75, 343, 184, 354">
<area href="presse.html" shape="rect" coords="72, 273, 237, 291">
<area href="Eole%20de%20Muaythai.html" shape="rect" coords="73, 366, 224, 389">
<area href="http://muaythaivendinois62.free.fr/mesvideos/flvplayer.php" shape="rect" coords="268, 365, 338, 392">
</map>
</td>
<td>
<img border="0" src="log9.gif" usemap="#FPMap0" width="417" height="411">
</td>
</tr>
</table>
ensuite tu peux aussi donner des tailles aux colonnes :
<td width='xx'> où xx peut être des pixels ou un pourcentage....