Skip to main content
Participant
May 14, 2013
Question

HTML Help versus WebHelp

  • May 14, 2013
  • 2 replies
  • 2050 views

we are looking into the differences between HTML Help and WebHelp in RoboHelp

Can you search for a topic in the Help content in WebHelp as you can with HTML Help?

Thanks,

Cindy

This topic has been closed for replies.

2 replies

Peter Grainge
Community Expert
Community Expert
May 14, 2013

Item 33 at http://www.grainge.org/pages/snippets/snippets.htm#miscellaneous may help you with which format to use.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
RoboWizard
Inspiring
May 14, 2013

Hi Cindy

Indeed WebHelp does have a search mechanism. The main differences are this:

In HTML Help you are working with a single compiled file. If your project has 200 topics, you still have a single file with a CHM file extension that has all 200 topics inside.

In WebHelp, it's uncompiled. So you have 200 individual topic files (and many other constituent files) that live in a file system. Typically on a server.

Cheers... Rick