![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/10/2004, 16:38
|
![Avatar de JuanKa](http://static.forosdelweb.com/customavatars/avatar73531_1.gif) | | | Fecha de Ingreso: septiembre-2004
Mensajes: 468
Antigüedad: 20 años, 5 meses Puntos: 1 | |
Comenzando recien con CSS 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 |