|    
			
				23/10/2004, 16:38
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: septiembre-2004 
						Mensajes: 468
					 Antigüedad: 21 años, 1 mes 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
     |