PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > macromedia.dyna.html > need in alignment a form
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
need in alignment a form

Réponse
 
LinkBack Outils de la discussion
Vieux 09/10/2008, 03h27   #1
goober35
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut need in alignment a form

Hello,
I am new in writing HTML code. I need to align my Form and it's text.
Please view my code and please show me how to align all the square boxes (the
square box is where the user type the text input). Currently I have 2 boxes but
they are not aligned. The below is my code:

<FORM name="input" method="get" >
PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root> <br>
FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend> <br>>
<BR>
<INPUT TYPE=SUBMIT VALUE=Submit onclick="save()"> <BR>

</FORM>


Would you please .

Thank you very much
Goober35


<FORM name="input" method="get" >
PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root> <br>
FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend> <br>>
<BR>
<INPUT TYPE=SUBMIT VALUE=Submit onclick="save()"> <BR>

</FORM>

  Réponse avec citation
Vieux 09/10/2008, 13h01   #2
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: need in alignment a form

<form name="input" method="get" action=""> <!-- ARE YOU SURE YOU NEED "GET"
and not "POST"? -->
<table cellspacing="0" cellpadding="0" border="0" width="300">
<tr>
<td><label for="proj_root">PROJECTROOT: </label></td>
<td><input type="text" size="50" name="proj_root" id="proj_root"></td>
</tr>
<tr>
<td><label for="frontend">FRONTEND: </label></td>
<td><input type="text" size="50" name="frontend" id="frontend"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="submit"
id="submit" value="Submit" onclick="save()"></td>
</tr>
</table>
</form>

(your form needs an action attribute value)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"goober35" <webforumsuser@macromedia.com> wrote in message
news:gcjmlh$p42$1@forums.macromedia.com...
> Hello,
> I am new in writing HTML code. I need to align my Form and it's text.
> Please view my code and please show me how to align all the square boxes
> (the
> square box is where the user type the text input). Currently I have 2
> boxes but
> they are not aligned. The below is my code:
>
> <FORM name="input" method="get" >
> PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root> <br>
> FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend> <br>>
> <BR>
> <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()"> <BR>
>
> </FORM>
>
>
> Would you please .
>
> Thank you very much
> Goober35
>
>
> <FORM name="input" method="get" >
> PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root> <br>
> FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend> <br>>
> <BR>
> <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()"> <BR>
>
> </FORM>
>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 00h33.


Édité par : vBulletin® version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,08331 seconds with 10 queries