Nov 27, 2001 #1 birney29 Programmer Oct 11, 2001 140 GB How do i control the size of the font / text in text boxes? thanks Kenneth Birney User Interface Programmer Scottish Police
How do i control the size of the font / text in text boxes? thanks Kenneth Birney User Interface Programmer Scottish Police
Nov 27, 2001 1 #2 MrGrey Programmer Nov 6, 2001 90 GB You can use CSS. <style> input {font-size:11px} </style> This kind of thing will do the trick. Cheers, Tom Upvote 0 Downvote
You can use CSS. <style> input {font-size:11px} </style> This kind of thing will do the trick. Cheers, Tom
Nov 27, 2001 Thread starter #3 birney29 Programmer Oct 11, 2001 140 GB would it be possible to this when a button is pressed? ie, if the user clicks a button the size of the font in the text box changes? thanks Kenneth Birney User Interface Programmer Scottish Police Upvote 0 Downvote
would it be possible to this when a button is pressed? ie, if the user clicks a button the size of the font in the text box changes? thanks Kenneth Birney User Interface Programmer Scottish Police