Showing posts with label RoboHelp. Show all posts
Showing posts with label RoboHelp. Show all posts

Monday, May 05, 2014

Deleting unused images in RoboHelp

You can view the list of unused image files in the RoboHelp project from: Tools>Reports>Unused Files. However, you cannot delete those files from the RoboHelp project. You can delete the file names from the Windows Explorer, which is a tedious work and prone to error. It becomes more challenging when the size of your project is big and files got filled up during several updates.

RoboHelp support java script to automate the task in the project. Don’t worry if you are not expert in java script. You can download the imagecleanup.jsx that is freely available at: https://www.wvanweelden.eu/product/image-cleanup
  1. Open the RoboHelp project for which you want to delete unused images.
  2. To open the Script Explorer pod, click View>Pods>Script Explorer.
    The 
    Script Explorer pod opens.

  3. Image: Add caption

Monday, November 28, 2011

RoboHelp: Breadcrumbs

When I created breadcrumbs through the WebHelp Navigation – WebHelp dialog box, then breadcrumbs were created on top of the HTML header. In other case, when breadcrumbs were created through master page, breadcrumbs were created below the header.
However, I wanted the breadcrumbs above the header. What would be the answer???


Ohhh.. I think Im close to my answer. I removed the header, instead of that I used a simple text in the master page, which I used it as a header for the HTML files. Then I inserted the breadcrumbs. That was simple....