Hello everybody... I am using a form tag and inside a table...

something like this:

<form>
<table>....
....</table>
</form>

Now.. my problem is that those <form> tags give a white space from the table to the next object below... do you know how to prevent this??

Thank you