Headings get lost during HTML import

Please post all questions and comments regarding Help & Manual 7 here.

Moderators: Alexander Halser, Tim Green

Post Reply
Christian Kessner
Posts: 30
Joined: Wed Nov 30, 2016 9:07 am

Headings get lost during HTML import

Unread post by Christian Kessner »

Hello,

I'm working with H&M 7.1.0 build 3925.
I'm trying to import existing help pages in HTML format. Here's an excerpt:

<!DOCTYPE html>
<!-- saved from url=(0013)about:internet -->
<html>
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Arched Bargraph</title>

</head>
<body>
<ol id="mozToc">
<!--mozToc h1 1 h2 2 h3 3 h4 4 h5 5 h6 6-->
<li><a href="#mozTocId805572">Arched Bargraph</a>
<ol>
<li><a href="#mozTocId231502">Angles</a></li>
<li><a href="#mozTocId498525">Arched Bargraph Specific Properties</a>
<ol>
<li><a href="#mozTocId663807">Start Angle</a></li>
<li><a href="#mozTocId568547">End Angle</a></li>
<li><a href="#mozTocId894432">Draw Target Line</a></li>
<li><a href="#mozTocId658804">Target Line Color</a></li>
<li><a href="#mozTocId2389">Deflection Direction</a></li>
<li><a href="#mozTocId553278">Bar Graph Width</a></li>
<li><a href="#mozTocId48918">Fill Mode</a></li>
</ol>
</li>
<li><a href="#mozTocId580741">Events</a></li>
</ol>
</li>
</ol>
<h1>Arched Bargraph</h1>
<p>The arched bargraph basically works like a <a href="../linear_bargraph/linear_bargraph.html">linear
bargraph</a> with the exception that it can be bent and the start and
end angles can be adjusted.</p>
<p>The arched bargraph shares many properties with other objects. Find a
description of them <a href="../../properties.html">here</a>.</p>
<h2><a class="mozTocH2" id="mozTocId231502"></a>Angles</h2>
<p>The angles of the arched bargraph can be changed with the Start Angle and
End Angle properties (see below). Some screenshots with examples follow
here:</p>
<h2><a class="mozTocH2" id="mozTocId498525"></a>Arched Bargraph Specific
Properties</h2>
<h3><a class="mozTocH3" id="mozTocId663807"></a>Start Angle</h3>
<p>The start angle of the arched bargraph can be defined with this property.</p>
</body>
</html>


Everything is imported but the headings. By now I tried all settings that the import dialog has to offer, but nothing changes the fact that they aren't imported.
Anything I'm doing wrong?

PS: The anchors for the headings are actually imported, it's "only" the text that is missing.
User avatar
Tim Green
Site Admin
Posts: 23181
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: Headings get lost during HTML import

Unread post by Tim Green »

Hi Christian,
I'm working with H&M 7.1.0 build 3925.
The current version is 7.2 Build 4030. Please always check for and install updates before posting any issues:

http://www.helpandmanual.com/downloads.html?upd

In your example the actual heading is the first <h1> tag but there is a lot of crud before that, which may be confusing the issue. I would recommend setting the heading to the <title> tag, which also contains this text. If this doesn't work please mail me some samples at support AT ec-software.com (replace the AT with @) and I will check them for you. :)
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Post Reply