TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Has anyone noticed the following about RoboHelp 2000's HTML editor
(which I believe is Front Page Express):
If I create a numbered list in another app, such as Front Page or
Netscape Composer, that looks like this:
1. Click Format > Paragraphs > Designer.
The Paragraph Designer will appear.
2. Click Commands > New Format.
3. Type a new format name.
4. Click Create.
5. Click Update All.
When I import this into RoboHelp's HTML editor, or even just copy/paste,
the formatting gets screwed up and it looks like this:
1. Click Format > Paragraphs > Designer.
The Paragraph Designer will appear.
2. Click Commands > New Format.
3. Type a new format name.
4. Click Create.
5. Click Update All.
By looking at the source code, it's easy to see what's happening.
RoboHelp inserts a bunch of unnecessary paragraph tags that were not in
the original file. I can clean up a lot of this manually (though not all
of it), but
it's a pain.