fallen_jumi
02-10-2003, 04:14 AM
I put a drop down menu in a table cell. For some reason, there is a big space underneath. All I put was the drop down menu in the cell though. How do I get rid of the space?
It like:
-------------
|(menu here)|
|...(space)...|
-------------
Dude128
02-10-2003, 04:23 AM
try getting rid of all excess white space in the code- try even putting the </td> tag right after the </form> tag on the same line, and if that doesn't work, do even more- move the </form></td> up to the end of the line before it, etc.
if that still doesn't work you could put the <form> tag before the table begins and the </form> tag after the table ends. sometimes those tags create space, for some reason.