I am creating a Help file for a C# program i wrote. i am using Windows HTML helper to create the CHM file. how can i go about creating links within this to jump me to another page or another part of the CHM file?

Thanks

link|improve this question

76% accept rate
feedback

2 Answers

up vote 0 down vote accepted

Links inside a CHMis nothing CHM specific, they are just use normal HREF urls.

The only thing you want to do is make sure they all have relative paths relative to your CHM root directory.

link|improve this answer
feedback

You have to do it manually in each of source HTML files or use any of the help authoring tools available. Helpinator for example.

link|improve this answer
What "it" exactly? – Marco van de Voort Jun 22 '11 at 19:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.