A voir également:
- Html
- Editeur html - Télécharger - HTML
- Br html ✓ - Forum Webmastering
- &Nbsp html - Forum HTML
- Balise </br> - Forum HTML
- Espace html ✓ - Forum HTML
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
Utilisateur anonyme
8 oct. 2008 à 16:07
8 oct. 2008 à 16:07
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).
Utilisateur anonyme
8 oct. 2008 à 17:33
8 oct. 2008 à 17:33
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....