Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/06/2015, 16:24
Avatar de wunderwaffen077
wunderwaffen077
 
Fecha de Ingreso: marzo-2014
Mensajes: 45
Antigüedad: 10 años, 1 mes
Puntos: 3
Imagen.. al exportar Word..(Problema)

Hola a todos..

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>
?>
Aún si pongo la imagen de esta manera.. no me lo coge..

Código HTML:
<img src="imagen.jpg" alt="biolinks" width="154" height="93" /> 
Me sale un error diciendo:
No se puede mostrar la imagen vinculada.