I am using the below code for a textbox. Now exervything works fine the box expands to the width of the page, but when text is displayed in the box it stretches to the length of the text even if this is wider than the control it sits in?? I would have thought it would work the same was as a select box where if the text is longer it just doesn't show it!
<input style="width:100%" maxlength=255 type=text name=test value="">
help please!!
Cheers
Tim