Hola a todos .
 
Tengo un problema como haria para que dentro de una CELDA  no se haga mas ancho cuando en esta celda inserte un formulario  (y dentro de este inserte un textbox y un boton)
 
Como deberia ser la hoja de estilo
 
 
<table width="300" border="1" align="center" cellpadding="1" cellspacing="1">
  <tr>
    <td><form name="form1" method="post" action="">
        <input type="text" name="textfield">
        <input type="submit" name="Submit" value="Enviar">
        </form>
	</td>
  </tr>
</table>
 
Gracias y saludos 
  
 
 
 
