Can the size of a form be changed?

Hi,<br />
I have a table with a set height to each row. I am inserting a form in each row of a particular column. However when I do this the height of the row increases. I do not want this. Is there anyway to get the form to take up less room?<br />
thanks a lot<!--content-->I spent several years in an institution after trying unsuccessfully to figure this one out. Then one day it hit me: "Make sure that there is a paragraph tag inside the <td>, and that the form tag is within the <p> and </p>."<br />
<br />
Since that time, I have slowly been recovering. In fact the drooling has stopped now, and I just last week was able to start speaking again.<br />
<br />
Great!<!--content-->...try this:<br />
<br />
<form...style="margin:0px;"...><!--content-->
 
Back
Top