Removal of internal comments
Sometimes it is useful to have comments which during of Help
creation will be removed from the Help. It would be possible to use the hidden
text, but it is not deleted, only is marked with attribute
"display:none"; and consequently it is possible to reach it in html
page.
So for creation of the internal comment in MS Word it is necessary
1. Define two styles
Name = InternalNoteStart, the size = 1 is based on Normal.
Name = InternalNoteEnd, the size = 1 is based on Normal.
2. Insert these two styles and between them the
text.
Schematically it is possible to present it
as follows.
InternalNoteStart style | 
|
Your text | |
InternalNoteEnd style | 
|

