formfields
Joined: 01 Aug 2005 Posts: 465
|
Posted: Wed Nov 30, 2005 9:58 pm Post subject: How Do I Remove the Spacing Between Form Fields? |
|
|
You can remove the spacing between fields by adding:
| Code: |
div.cell {
padding: 0px;
}
|
to the <style> tag of your form. |
|