Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/08/2003, 19:34
Avatar de pereztroff
pereztroff
 
Fecha de Ingreso: junio-2002
Ubicación: En la Internet.
Mensajes: 4.068
Antigüedad: 21 años, 10 meses
Puntos: 5
poner todo en una sola linea

tengo el siguiente codigo:
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>";

¿es posible ponerlo todo junto en una sola linea o en menos de las existentes?? ¿como se haria?