images in HTML not showing

  • With a version 4 mailmerge, I have a graphic which is in a file

    (eg C:\my pictures\mypic.jpg)

    in the WPtools RTF viewer I can see it ok. When I export to HTML, the HTML code has

    <IMG SRC="C:\my pictures\mypic.jpg">

    which will not work, and the picture cannot be seen in a browser. Since the file is on the harddrive, it needs to be:


    <IMG SRC="file:///C:/my%20pictures/mypic.jpg">

    Is this a problem with the HTML export routines in Wptools, or do I need to do something to get this to work?

    • Offizieller Beitrag

    Hi,

    Exporting the links requires some modifications to work in the concrete application. WPTools will simply save the filename as stored in property StreamName. I suggest to watcth the HTML creation using the debugger (unit WPImgObj.PAS) and make tbe necessary changes. There is also an event which is triggered.

    Julian Ziersch