Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

size of text in text boxes 1

Status
Not open for further replies.

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
 
You can use CSS.

<style>
input {font-size:11px}
</style>

This kind of thing will do the trick.

Cheers,

Tom
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top