Copy link to clipboard
Copied
Using RH10, HTML to generate HTML help (.chm file). First line indent for bullet incorrect:
Using the ruler in design view, and the indents appear to be correct:
The style descriptions is as follows:
The CSS is:
Any suggestions as to how I can get my first line indent to work correctly?
Thank you!
Copy link to clipboard
Copied
Hi,
Remove the text-indent property from the style. You may need to amend the margin of the paragraph as well, otherwise you'll have a rather large indent from text to paragraph.
(text-indent only sets the indent for the first line of a paragraph.)
Greet,
Willam
Copy link to clipboard
Copied
Hi William:
I removed the text-indent property, and here is the generated result:
The following issues are now present:
The CSS now looks like this:
Any suggestions???
Copy link to clipboard
Copied
What's the HTML of the list in Robo and the output?
Greet,
Willam
Copy link to clipboard
Copied
The HTML code from RoboHelp:
The HTML code from the output:
These appear to be the same to me - what are your thoughts? I appreciate your help!
Tina
Copy link to clipboard
Copied
Maybe these screen shots would be easier to read:
HTML Robohelp:
HTML Output:
Copy link to clipboard
Copied
Still not very good screen shots, here's a copy of the HTML from RoboHelp:
face="Arial" size="2">To create a single operator operation:</font></b></span></h3>
<?rh-list_start class="rl-p-BulletedList" an="1" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="BulletedList"><span
style="font-family='Times: New Roman;"><a href="javascript:BSSCPopup('../Banner_Links/Open_Operation_Area.htm');"
id="a2">Open</a> the operation
area and select </span>New > Single Operator Operation.</p><?rh-list_end ?>
<p class="BulletedListPara">The operation header tab appears.</p>
HTML Output:
face="Arial" size="2">To create a single operator operation:</font></b></span></h3>
<?rh-list_start class="rl-p-BulletedList" an="1" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="BulletedList"><span
style="font-family='Times: New Roman;"><a href="javascript:BSSCPopup('../Banner_Links/Open_Operation_Area.htm');"
id="a2">Open</a> the operation
area and select </span>New > Single Operator Operation.</p><?rh-list_end ?>
<p class="BulletedListPara">The operation header tab appears.</p>
Copy link to clipboard
Copied
Tina
It looks like this is a project created before Rh8 when the CSS was written in a different way. The basic difference is that definitions that were in the paragraph style are now in the list style, where they should be.
Take a look at http://www.grainge.org/pages/authoring/lists/lists.htm on my site.
See www.grainge.org for RoboHelp and Authoring tips