Cannot Set the Width of a Textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

Can anyone tell me how to set the width of a Texbox input control displayed
in Pocket Internet Explorer on a Pocket PC 2003 . I've tried using styles as
well as setting the 'width' attribute with no luck. The Textboxes always
seem to ignore any width settings and display as wide as possible.

Thanks in advance for your help,
Jim Clark
 
Jim said:
Hello All,

Can anyone tell me how to set the width of a Texbox input control displayed
in Pocket Internet Explorer on a Pocket PC 2003 . I've tried using styles as
well as setting the 'width' attribute with no luck. The Textboxes always
seem to ignore any width settings and display as wide as possible.

Thanks in advance for your help,
Jim Clark
You want to use SIZE

<input type="text" size="12">
 
Back
Top