Click to See Complete Forum and Search --> : Can the size of a form be changed?


damon2003
08-22-2003, 11:33 AM
Hi,
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?
thanks a lot

Daot Lagorille
08-22-2003, 11:46 AM
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>."

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.

Great!

CyCo
08-22-2003, 12:13 PM
...try this:

<form...style="margin:0px;"...>