Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/10/2004, 16:38
Avatar de JuanKa
JuanKa
 
Fecha de Ingreso: septiembre-2004
Mensajes: 468
Antigüedad: 19 años, 8 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