dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by onkar4in 2 years 18 weeks ago

pic
 onkar4in
mobiForge Newbie
Posts: 1
Joined: 3 years ago
[offline]

How do i change the width of textbox ?
size='' and inline style doesnt seem to work

Posted by callipo 2 years ago

pic
 callipo
mobiForge Newbie
Posts: 3
Joined: 3 years ago
[offline]

If you mean textarea and if you mean in HTML take rows and cols.

Take a look here http://www.w3.org/TR/html401/interact/forms.html#h-17.7

Posted by ruadhan 2 years ago

pic
 ruadhan
dotMobi logo
Mobile Champion
Posts: 710
Joined: 5 years ago
[offline]

For <input type="text" .../> the size attribute should work e.g.

<input type="text" size="10" name="foo" />

What devices do you find it is not working on? Is it working for some but not others?

Ruadhan O'Donoghue
dotMobi

Posted by garbetjie 2 years ago

pic
 garbetjie
Mobile Guru
Posts: 70
Joined: 3 years ago
[offline]

Am I being too obvious in asking whether there are any CSS width styles applied to the textbox/textarea?

Posted by Tal_ph 2 years ago

pic
 Tal_ph
mobiForge Newbie
Posts: 3
Joined: 4 years ago
[offline]

rows="10" cols="5" properties

should work...