Log in

View Full Version : Drop Down List in Form Has Too Much Spacing



rharris07
12-02-2006, 11:16 PM
This form I built - there is way too much spacing all around it, especially beneath it. I cannot find anywhere in the code that shows what would be causing this. Is there something I can do to bring everything closer?

I set a border to show exactly how far apart everything really is.

The table is located at http://www.nettyler.com/etcog/test.htm.

Can anyone give me any ideas or some help??

Thanks so much,
Ryan

rharris07
12-02-2006, 11:52 PM
I'm an idiot. I had every drop down field set to be its own form. No wonder it gave itself more room.

I set the entire table to be the form - I hope that will work? i am still completely lost and confused as to how to get this form to refer to an access database on the server though...

mburt
12-03-2006, 12:59 AM
Okay, for one: you're not an idiot. Two, you have to set the valign of the <td> tags to "top":

<td valign="top">
Try removing any <br> tags too