View Single Post
  #8  
Old 07-22-2006, 03:28 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

If you want to change the height of the actual field, you need to add CSS to the form field itself, something like this:

style="height: 20px"

If you want to do it globally, add this to skin1.css:

INPUT {height: 20px;}

Change 20 to whatever height you want.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote