Intento hacerlo asi pero todavia no puedo conseguirlo ?
Código HTML:
Ver original<table align="center" border="1" width="750" > <div align="center" class="titulo"><?php echo $row['titulo'];?></div> <div align="left" class="Estilo2"><strong><?php echo $row['fecha_publicacion'];?></strong></div> <div style=" text-align:justify">
<?php
if (empty($row['foto'])){
?>
<img align= "absmiddle" border="0" src="modulos/noticias/vistas/fotos/silueta.gif" width="200" height="150" align="left">
<?php
} else{
?>
<img align="absmiddle" style="margin-right:10px; float::left;" border="0" " src="modulos/noticias/vistas/fotos/<? echo strip_tags($row['foto']) ?>" width="350" height="290" align="left">
<?php }?>
<?php echo $row['texto_completo']; ?>