<?php
$nw=mysql_query("SELECT * FROM `news` ORDER BY `id` DESC");
while($nws=mysql_fetch_array($nw)){
echo "<table class='wdt msg-table'><tr><td align='left' style='vertical-align: top; width: 10%'><img src='/style/img/images/$nws[avatar].png'></td><td align='left' style='vertical-align: top'>";
echo "".output_text($nws['msg'])."</td></tr></table></td></tr></table>";
}
?>