How do you increase the height of an textbox? (along with its font size)
With inline style:
or with apart CSS:
HTML:
CSS:
#txtbox { font-size: 18pt; height: 42px; width : 300px; }