Adding to image path when exporting

General TRichView support forum. Please post your questions here
Locked
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

Adding to image path when exporting

Post by vega »

I'm exporting my RVF using SaveHTMLToStreamEx with full path and image name. In my HTML, the <img src... > is therefore like C:/xyz/w.jpg.

I need to ad "file://localhost/" before the image path in order for Firefox to show the image.

Is there a way to do this during the Export operation or do I have to parse the code and replace after HTML is generated?

Thanks for any input.

Dan
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Locked