Se me ha presentado un problema al querer exportar un word.
El word me lo exportaba normal; nose que paso hace unos días que no me muestra la imagen.
Pongo una parte del código..
Código HTML:
<php include('../../../common/timeout.php'); include('../../clases/conexion.class.php'); if(isset($_REQUEST['codigo'])){$codigo=$_REQUEST['codigo'];} header("Content-type: application/vnd.ms-word"); header("Content-Disposition: attachment;Filename=recepcion.doc"); .. .. <table border="0" cellspacing="0" cellpadding="0" width="648" class="table_cab"> <tr> <td width="160" valign="top" style="border:1px solid #666" height="60"><p><strong><img src="http://<?=$_SERVER['SERVER_ADDR']?>:<?=$_SERVER['SERVER_PORT']?>/archivo/imagen.jpg" alt="biolinks" width="154" height="93" /></strong></p></td> </tr> </table> ?>
Código HTML:
<img src="imagen.jpg" alt="biolinks" width="154" height="93" />
No se puede mostrar la imagen vinculada.