Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2009, 13:07
Avatar de almagropaco_
almagropaco_
 
Fecha de Ingreso: marzo-2008
Ubicación: Mar del Plata
Mensajes: 854
Antigüedad: 16 años, 1 mes
Puntos: 25
Respuesta: donde coloco el width y el height para poner el tamaño de la imagen que yo

Eh, o no entiendo o es algo muy simple.

Código PHP:
  echo "<table border='0' align='left'>";  
  do{ 
  
// ACA ES DONDE VIENE LO DE LA IMAGEN.................
      
echo "<tr><td><img src= ".$myrow[imagen]." width='' height=''><br><br></td>"
      echo 
"<td><b>Nombre: </b>".$myrow['nombre']."<br><br>"."<b>Cargo: </b>".$myrow['cargo']."<br><br>"."<b>Funciones: </b>".$myrow['funciones']."<br><br><br><br><br><br><br><br>"."</td></tr>"
      echo 
"<tr><td>"." "."</td></tr>";
}while(
$myrow=mysql_fetch_array($resultado)); 
  echo 
"</table>"