Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/06/2005, 14:41
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 1 mes
Puntos: 10
Código PHP:
echo "<P>";
echo 
"<img src='".$row['Fotos']."' width='120' height='110' align='left'>";
echo 
"<B>Fecha:</B>&nbsp;";
echo 
$row['Fecha'];
echo 
"<BR>";
echo 
"<B>Titulo:</B>&nbsp;";
echo 
$row['Titulo']; // etc con el resto ...
echo "<BR>";
echo 
$row['Resumen'];
echo 
"<BR>";
echo 
nl2br($row['Contenido']);
echo 
"</p>"
fijate que asi metes la informacion dentro de un parrafo incluida la imagen, que a su vez agregandole align="left" o align="right" se coloca a la izquierda o a la derecha del texto.
__________________
oohh... quisiera ser godines!!!