-->
Page 1 of 1

Textbox length

PostPosted: Tue Sep 06, 2016 1:09 pm
by AZinfidel
Option to set length of textbox (default is 24?).

would be handy with Meter to display just a few digits

Re: Textbox length

PostPosted: Tue Sep 06, 2016 4:43 pm
by russm
See this thread: http://www.esp8266.com/viewtopic.php?f=45&t=11408&hilit=css

Here is something I did in my code to change text box size:
Code: Select alltextbox timezone
cssid htmlid(),"position: absolute; left: 110px; display:block;width:40px"


A little CSS improves your GUIs a lot!