无法从intranet读取图像,php导出到word

无法从intranet读取图像,php导出到word,php,html,ms-word,Php,Html,Ms Word,我想将我的页面包括我的图像导出到Microsoft Word, 但我有一个问题,我的图像没有显示在微软word中,而只是显示在网页上 这是我的代码 <?php header('Content-type: application/x-msword'); header("Content-Disposition: attachment; filename=myfile.doc" ); ?> <!-- image from intranet -->

我想将我的页面包括我的图像导出到Microsoft Word, 但我有一个问题,我的图像没有显示在微软word中,而只是显示在网页上

这是我的代码

<?php
    header('Content-type: application/x-msword');
    header("Content-Disposition: attachment; filename=myfile.doc" );
?>
     <!-- image from intranet -->
    <img src="http://192.168.100.97/i/xxx/header_surat_doc.jpg">

    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the `1500s` when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>

Lorem Ipsum只是印刷和排版行业的虚拟文本。自16世纪以来,当一位不知名的印刷商拿着一个铅字槽,将其拼凑成一本铅字样本书时,Lorem Ipsum就一直是业界标准的虚拟文本。它不仅存活了五个世纪,而且还跨越到电子排版,基本上保持不变

但当我下载word文件时 此图像不显示


帮帮我。谢谢

word怎么知道h是什么ttp://192.168.100.97 是吗?使用像这样的库来创建您的worddocuments@B001ᛦ 嗯,单词不知道192.168.100.97?不像html可以显示我的图像?