UBB.Dev
Posted By: Ruben Rocha Can you resize form fields? - 01/03/2003 10:05 PM
I have a form with some list menus.
My problem is the text in the selections are quite long.Which makes the list menu very wide.
Is there a way to format the text size in the list so I can reduce the width?
Posted By: Burak Re: Can you resize form fields? - 01/04/2003 12:24 PM
try this css code:

[code][/code]
Posted By: PrimeTime Re: Can you resize form fields? - 01/06/2003 6:38 AM
If that doesn't work you can always resize your font size directly by:

Code
[/code]OR

[code]
You can change the number to the size best suits you. Sometimes if you resize the width without resizing the font size you may unintentionally cut out some of the text within the select field. By resizing the font size via CSS directly the width will normally wrap itself around the text. smile
© UBB.Developers