Zone de recherche - bouton OK (Html)

Fermé
djiwel1019 Messages postés 2 Date d'inscription mercredi 24 novembre 2010 Statut Membre Dernière intervention 26 novembre 2010 - 26 nov. 2010 à 14:09
 lui - 27 avril 2012 à 10:29
Bonjour,

Ci joint code :

<FORM method=GET action=http://www.google.com/custom>
<INPUT TYPE=text name=q size=15 maxlength=255 value=""><br><br> <INPUT type=submit name=sa VALUE="OK">
<input type=hidden name=domains value="nom du site"><br><br>
<input type=hidden radio name=sitesearch value="nom du siter" checked >
</FORM>

en fait le bouton OK apparait en dessous de la zone, comment faire pour qu'il apparaisse a droite. Merci de modifier le code

Djiwel
A voir également:

4 réponses

manau2000 Messages postés 29 Date d'inscription jeudi 14 février 2008 Statut Membre Dernière intervention 4 janvier 2011
26 nov. 2010 à 14:14
enlver les
<br><br>
avant le bouton !!
0
<FORM method=GET action=http://www.google.com/custom>
<table>
<tr>
<td>
<INPUT TYPE=text name=q size=15 maxlength=255 value="">
</td>
<td>
<INPUT type=submit name=sa VALUE="OK">
</td>
</tr>
<input type=hidden name=domains value="nom du site">
<input type=hidden radio name=sitesearch value="nom du siter" checked >
</table>
</FORM>
0
Quelqu'un d'autre
27 avril 2012 à 10:25
<FORM method=GET action=http://www.google.com/custom>
<INPUT TYPE=text name=q size=15 maxlength=255 value=""> <INPUT type=submit name=sa VALUE="OK">
<input type=hidden name=domains value="nom du site"><br><br>
<input type=hidden radio name=sitesearch value="nom du siter" checked >
</FORM>
en fait le bouton OK apparait en dessous de la zone, comment faire pour qu'il apparaisse a droite. Merci de modifier le code
Djiwel
0
ou sinon :)

<FORM method=GET action=http://www.google.com/custom>
<INPUT TYPE=text name=q size=15 maxlength=255 value=""> <INPUT type=submit name=sa VALUE="OK">
</FORM>

un peu plus cours^^''
0