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?