Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alignment of various controls
Message
From
19/04/2001 06:01:54
 
 
To
14/04/2001 17:38:56
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00495573
Message ID:
00497157
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform