Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Multi-select List Box - Size change !!
wild123
Hi
How can I change the size of a multi-select list box which is an item in the datacapture.cfg.
< item name="model" pathid="model" >
< label > Model < / label >
< select multiple="t" width="40" size="6" >
< / select >
< / item >
Right now its fitting to text. I want it to be widened to a fixed size. Please tell which style sheet I should alter for this change to take place.
(I am using TS 6.7 , Windows)
Thanks for your patience
Find more posts tagged with
Comments
wild123
Any suggestions!!!!
Adam Stoller
Any suggestions!!!!
If you make one of the options the size you want (perhaps with &nbsp;'s embedded in the label for the option) you should be able to control the width, however I haven't tried that and it's definitely a hack-type solution.
I don't believe that HTML provides for specifying a fixed width (min or max) for select options (though I'm willing to be proved wrong)