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">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top