How do I save images when saving to HTM with WPT5

  • This is how I am saving to html now

    Is this correct?

    url:='c:\test.htm';
    dbWPRichText1.TextSaveFormat := 'HTML';
    dbWPRichText1.SaveToFile(url,false,'HTML');

    This rtf I am saving contains a jpeg image and I want to be able to shhow that in the html page

    How do I do that?