Código PHP:
Ver original
echo "<table width="100" border="0" cellpadding="2" cellspacing="0" style='background-color:#FFF;' class='tabla'> <tr> <td width="88" valign='top' ><img src='/archivos/".$row['file_one']."' width="88" height="60" /></td><td width="88" valign='top' ><img src='/archivos/".$row['file_two']."' width="88" height="60" /></td> <tr> <td class='titulo' ><a href='resultado.php?id=".$row['id_anuncio']."'>".$row['titulo']."</a></td> </tr> <tr> <td colspan="3" valign='top' class='comentario'>.$row['comentario'].<td> </tr> </table>";