View Single Post
  #9 (permalink)  
Old Nov 23rd, 2005, 20:33
herkalees's Avatar
herkalees herkalees is offline
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.
Reply With Quote