Can I link to images using absolute paths in HTML Help and still see them locally?
I'm publishing HTML help pages to a Web server. All .htm files on the Web server are in their own folder, and all image files are in a separate folder. Links to images are generally of the form <img src="/images/clear.png" height="14" width="8">. That is, the images use an absolute path reference from the doc root folder (rather than relative path from the current file folder, such as "../images/myImg.png").
I can modify the HTML for the images to follow this convention, but then I cannot see the images locally within RoboHelp, but must instead wait until the files are integrated with the Web server. Is there a way to set up a RoboHelp project so that I can force an image path of "/images" both locally and in the HTML?
Using RoboHelp 9.0.1.232.
Thanks.
