Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/12/2009, 07:11
ib3xn0
 
Fecha de Ingreso: febrero-2008
Mensajes: 178
Antigüedad: 16 años, 2 meses
Puntos: 1
Campos que se mueven

Hola a todos, ..quisiera saber como fijar campos de una tabla a una medida sin que al insertar se me desmorone, actualmente la insercción y las tablas tienen estos parámatros pero al insertar s eme mueven, ..:

Código:
<html>
<head>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table border="0" class="tabla">
<?php
while ($row = mysql_fetch_row($result)){
?>
<tr class="tabla">
<td class="tabla" bgcolor="#DDEEF6" style="width:25px; text-align:center;"><p><?php echo $row[0]; ?></p></td>
<td class="tabla" style="width:225px;"><p><b><a href="#" onClick="javascript:window.open('editar.php?pasa_dato=<?php echo $row[0] ?>','_blank','status=yes,top=50,left=300,width=750,height=450,scrolling=yes,scrollbars=no,resizable=no ');"><?php echo $row[1]; ?></a></b></p></td>
<td class="tabla" style="width:45px; text-align:center"><p><?php echo $row[2]; ?></p></td>
<td class="tabla" style="width:50px; text-align:center;"><p><?php echo $row[3]; ?></p></td>
<td class="tabla" style="width:430px; height:auto;"><p><?php echo $row[4]; ?></p></td>
<td class="tabla" style="width:75px;"><p><?php echo $row[5]; ?></p></td>
<td class="tabla" style="width:100px;"><p><a href="<?php echo $row[6]; ?>"><?php echo $row[6]; ?></a></p></td>
<td class="tabla" style="width:50px; height:auto; text-align:center;"><a href="#" onClick="javascript:window.open('editar.php?pasa_dato=<?php echo $row[0] ?>','_blank','status=yes,top=50,left=300,width=750,height=450,scrolling=yes,scrollbars=no,resizable=no ');">EDIT</a></p></td>
</tr><?php }?>
</table>
</body>
</html>
saludos a todos y feliz navidad