Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/06/2008, 02:04
inorganico0
 
Fecha de Ingreso: mayo-2006
Ubicación: Ciudad de Buenos Aires
Mensajes: 78
Antigüedad: 18 años, 8 meses
Puntos: 2
Respuesta: Ancho columna ver.php

aaaaaaaaaah!!! donde?
perdon por la ignorancia total
este es el codigo entero:

Código PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Listado Completo</title>
<style type="text/css">
<!--
body,td,th {
    color: #FFFFFF;
}
body {
    background-color: #000066;
}
.Estilo1 {
    font-size: 18px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}
</style></head>
<body>
<table width="1000%" height="100" border="0">
  <tr>
    <td width="73" height="31"><input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'index.html'" value="inicio"></td>
    <td colspan="5"><div align="center" class="Estilo1"><img src="img/13.jpg" width="283" height="61"></div></td>
    <td width="166">&nbsp;</td>
  </tr>
  <tr>
    <td height="31">&nbsp;</td>
    <td width="130"><div align="center">
        <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'ver2.php'" value="por nombre">
    </div></td>
    <td width="130"><div align="center">
        <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'ver.php'" value="     por ID     ">
    </div></td>
    <td width="130"><div align="center">
        <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'ver3.php'" value="por direcci&oacute;n">
    </div></td>
    <td width="130"><div align="center">
        <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'ver4.php'" value="  por fecha  ">
    </div></td>
    <td width="130"><div align="center">
        <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'ver5.php'" value="     por tipo   ">
    </div></td>
    <td>&nbsp;</td>
  </tr>
</table>
<p>
  <?php
include ('conexion.php');
$result=mysql_query("SELECT * FROM clientes",$conexion);
echo
"<table width=150% border>
<tr BGCOLOR='#000066'>
<td><b>ID</b></td><td><b>Nombre</b></td><td><b>Dirección</b></td><td><b>Teléfono</b></td><td><b>Móvil</b></td><td><b>Otro</b></td><td><b>email</b></td><td><b>Tipo</b></td><td><b>Operación</b></td><td><b>Monto</b></td><td><b>.....Fecha.....</b></td><td><b>Compartida</b></td><td><b>Observaciones</b></td>
</tr>"
;
while(
$row=mysql_fetch_row($result)){
  echo
"<tr BGCOLOR='gray'>
    <td>$row[0]</td><td>$row[1]</td><td>$row[2]</td><td>$row[3]</td><td>$row[4]</td><td>$row[5]</td><td>$row[6]</td><td>$row[7]</td><td>$row[8]</td><td>$row[9]</td><td>$row[10]</td><td>$row[11]</td><td>$row[12]</td>
      </tr>"
;
}
echo
"</table>";
include 
"cerrar_conexion.php";
?>
</p>
<table width=100% height=22% border=0>
  <tr>
    <td width="875"><div align="center">
      <input name="INICIO" type="BUTTON" id="INICIO" onClick="location.href = 'index.html'" value="inicio">
    </div></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>
GRACIAS!!!

no uso estilos css, o no al menos como archivos propios q son llamados