Hello,
I have a Word document saved in HTML. This document has pictures. Word files include coding linke this:
<v:imagedata src="./Testing_files/image001.jpg" o:title="Sample"/>
etc...
When I put the file name of the Word document in an include statement, the picture is not shown. The coding:
<?php
include ("testing.htm");
?>
Only the text in the document is displayed, but not the picture. There is the only the square of the picture.
Is someone already fond this kind of problems.
Thank you in advance.