Cybersupremo... hiciste magia con mi código.. jejeje
quedo asi:
Código PHP:
$contador=0;
while($fila = mysql_fetch_row($pfw_result))
{
echo "<th width=179 scope=col><p><img src=file_up/$fila[1] width=179 height=155 /></p>
<p>$fila[0] </p></th>";
//echo "<th width=179 scope=col><p><img src=$fila[0][1] width=179 height=155 /></p><p>$fila[0] </p></th>";
//echo "<table width=773 height=146 border=0 align=center>";
$contador++;
if($contador%2==0)
echo "</tr><tr>";
}
echo "</tr>";
echo "</table>";
mysql_free_result($pfw_result);
Y YA FUNCIONA COMO YO QUERIA!!!!!
MUCHAS GRACIAS!