Why the weird formatting for a simple HTML text after WebHelp generation?
I have the following HTML text in my RH8 topic. Notice the weird indentation and spaces.
<ol type="1">
<li class="p"><p>Edit the files: <a href="..\..\..\..\FolderA\FileOne.htm"
target="_blank">JSP version</a>
or <a href="..\..\..\..\FolderA_ASP\FileOne_ASP.htm"
target="_blank">ASP .NET version</a>.</p></li>
</ol>
If I correct the indentation and remove all unnecessary spaces so <li> is in one single line, and save the topic, the text looks like this.
<ol type="1">
<li class="p"><p>Edit the files: <a href="..\..\..\..\FolderA\FileOne.htm" target="_blank">JSP version</a> or <a href="..\..\..\..\FolderA_ASP\FileOne_ASP.htm" target="_blank">ASP .NET version</a>.</p></li>
</ol>
But when I generate the WebHelp, the indentation and spaces revert back to how it was before I saved it! The text is rendered correctly in the Web browser, but I still need to correct the indentation and spaces for a "search-and-replace" script that I run after generation.
Any idea why the WebHelp generation messes up the formatting?
Thanks,
K
