Form layout

admin

Administrator
Staff member
I have placed a form with in a <td> tag, but when I view the page within IE, the form makes the table height bigger than I want it, I want the table to be the same height as the textarea I've put inside it.<br />
<br />
Does anyone know how to stop this from happening, its problem I've had since I started programming in HTML years ago.<!--content-->many things can cause this and solve this, do you have a url or some code :)<!--content-->Maybe it depends on the form's padding, try adding this to the <form> tag:<br />
<br />
style="display:inline"<!--content-->
 
Back
Top