To elaborate: we have intranet application for internal use. It is built using Web Forms. Each web page allows user to complete certain business task.
We currently have user guide as a MS Word 2010 document that describes all pages pages and includes multiple screenshots. The plan was to then export it to HTML, put a "Help" button on each web page and link this button to a specific chapter in HTML document.
However, exporting it to HTML didn't produce satisfactory results - formatting is all messed up. At the same time table of contents was properly exported and works as links to HTML content but all links contain 8-10 seemingly random numbers at the end and
I am not sure they will stay consistent between different export results.
What do you use to create help for your web application? We can use tools other than MS Word but still would like to be able to produce user guide as a single file. But I also think having ability to export each chapte ...
Go to the complete details ...