Adding to image path when exporting
Posted: Tue Jan 08, 2008 4:34 pm
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
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