Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/10/2005, 20:37
Avatar de programeitor
programeitor
 
Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 19 años, 1 mes
Puntos: 9
dale un ancho fijo a la que no quieras que cambie, por ejemplo

<table border=1 width=100%>
<tr>
<td width="150px">a</td>
<td width="auto">b</td>
<td width="100px">c</td>
</tr>
</table>