Pouvez-vous me dire HTML

Fermé
MaTo - 11 nov. 2003 à 15:19
 MaTo - 11 nov. 2003 à 15:51
Qu'est ce que vous pensez de ce code ? :
<form action="mailto:name@compagny.com" method="post" enctype="text/plain">
<table border="0" cellpadding="0" cellspacing="0" width="750">
<tr>
<td width="750" valign="top">blabliblabla
</td>
</tr>
<tr>
<td width="100%" height="10">
</td>
</tr>
<tr colspan="2">
<td width="100" valign="top">
Prénom :<input type="text" name="Prénom" maxlength="20">
</td>
<td>
</td>
</tr>
<tr>
<td width="100%" height="10">
</td>
</tr>
<tr colspan="2">
<td width="100" valign="top">
Email : <input type="text" name="Email" maxlength="30">
</td>
<td>
</td>
</tr>
<tr>
<td width="100%" height="10">
</td>
</tr>
<tr>
<td width="100%" valign="top">
<textarea name="Commentaire" rows="10" cols="50" wrap="physical">Vos commentaires </textarea>
</td>
</tr>
<tr>
<td width="100%" height="10">
</td>
</tr>
<tr colspan="2">
<td valign="top" widht="750">
<input type="submit" value="Envoyer"><input type="reset" value="Annuler"></form>
</td>
</tr>
</table>
A voir également:

2 réponses

Nettogrof Messages postés 521 Date d'inscription lundi 29 septembre 2003 Statut Membre Dernière intervention 8 décembre 2005 672
11 nov. 2003 à 15:22
À quoi sert exactement le tableau!?

Nettogrof tseb era seiromem emoS
0
Bah tout simplement à cadrer la chose, que ça fasse propre quoi :/, jvoudrais savoir si la structure du code est bonne etc ...
0