Thread
:
Add a form field
View Single Post
#
9
(
permalink
)
Nov 23rd, 2005, 20:33
herkalees
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Add a form field
To shrink the height of the text box, try this in the
css
:
input.fieldcell {
height: 16px;
}
But mess around with the actual number to your liking.
herkalees
View Public Profile
Visit herkalees's homepage!
Find all posts by herkalees