Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alignment of various controls
Message
De
19/04/2001 06:01:54
 
 
À
14/04/2001 17:38:56
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00495573
Message ID:
00497157
Vues:
14
This message has been marked as the solution to the initial question of the thread.
>In a search form, I have several HTML controls that I would like to align. By default, the content of a listbox justifies the length of the listbox control. The same applies for the INPUT control. Is there a style I can apply in order to force a fixed length?

Michel, you may use the width CSS attribute in the style attribute of your INPUT and SELECT controls (tags). It may look like this:
<SELECT ... <B>STYLE="width:100px;"</B> ...>
...
<INPUT TYPE="..." ... <B>STYLE="width:100px;"</B> ...>
Hope this helps.
Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform