Skip to main content
March 13, 2014
Question

RH copies project-external images into output -- how to stop this?

  • March 13, 2014
  • 1 reply
  • 777 views

Hi everyone, and thanks in advance for any help you can offer.

One of our projects has four WebHelp output folders. Each one contains subfolders for images, videos, and pdfs -- resources referenced within the topics.

Our client has asked us to centralize these resources into a single folder so that these files -- especially large ones like videos -- don't need to have multiple redundant copies hosted on their servers.  So the top level folder structure that we deliver to the client should be:

output1

output2

output3

output4

resources

|

|---images

|---pdfs

|---videos

In the source, I now reference these types of files using "../../resources/videos/<filename>".  This relative path points to a folder outside the main RH project folder ("resources" is a sibling of the project folder).

In the case of videos and pdfs, everything works as expected. The videos and pdfs aren't copied into the output folder.

But RoboHelp continues to copy all images into the output folder...into the *parent* output folder, not an "images" subfolder below it.

Is there a way to prevent RH from doing this?  I am using RoboHelp 10.

Thank you!

--David DeBoe

This topic has been closed for replies.

1 reply

Jeff_Coatsworth
Community Expert
Community Expert
March 13, 2014

And you’re making the same referenced path to the images as you are to the videos?

March 13, 2014

Yes.  In every place where a topic references an image, I've changed the img code to point to "../../resources/images/<filename>".

Thanks for your attention and quick reply!

Jeff_Coatsworth
Community Expert
Community Expert
March 13, 2014

How did you change it? Just by editing the HTML in the project or by re-browsing the path?