Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/08/2003, 20:35
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Tan sencillo como:

Código PHP:
 echo ("<img src='../img_noticias/$nota[imagen]' align='right' width='100' height='100'>"); echo "<font color='#B53131'>"; echo('<h4>'.$nota[titulo].'</h4>'); echo "</font>"; echo "<br>"; echo ($nota[intro]); echo "<br>"; echo ($nota[texto]); echo "<hr>"
No veo bien tu pregunta, creo que querias algo así no?