Così non ho formattazione.
while($result_array = mysql_fetch_array($result_news))
{
?>
<? if($result_array['Img'] != "" ){?>
<? echo '[img]images/' . $result_array['Img'] . '[/img]';
echo $result_array['Titolo_fotografia'];
}else{?>
[img]../img/foto-vuota.gif[/img]
<?php }?>
<?php } ?>
Vorrei impaginare 5 record per riga (immagine con sotto la descrizione) ma proprio non ci riesco![]()