listo... aqui la solucion... gracias men xd

Código PHP:
$c=0;
echo '<table width="100%"><tr>';
while($row = mysql_fetch_assoc($query))
{
echo '<td align="center"><img src="images/'; echo $row['image']; echo'" width="250" height="200" class="imgs" /></td>';
$c++;
if ($c % 2 == 0)
{echo '</tr>';}
}