Puedes hacerlo de esta manera a mi personalmente me resulta.
Código PHP:
Ver originalif (empty($row['foto'])){
?>
<img align= "absmiddle" border="0" style=" margin-right:10px; float:left;" src="modulos/noticias/vistas/fotos/defecto.jpg" width="80" height="80" align="left">
<?php
} else{
?>
<img align="absmiddle" border="0" style=" margin-right:10px; float:left;" src="modulos/noticias/vistas/fotos/
<? echo strip_tags($row['foto']) ?>" width="80" height="80" align="left">
<?php }?>