RE: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output

Subject: RE: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
From: "Ed" <hamonwry12 -at- hotmail -dot- com>
To: <dvora -at- tech-challenged -dot- com>, "'TECHWR-L'" <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Tue, 2 Jun 2009 14:56:13 -0400

Hi Deborah-

Technically, you're doing the same things as you did with Word styles.

Can you create additional styles in your HTML and Stylesheets? If so, then
you simply assign the style to a CSS class (such as .substep). You can then
define the .substep style in the CSS file, such as:

.substep {
List-style-type: lower-alpha;
Margin-left: 12px;
Margin-bottom:6px;
}

You could take it further, and assign the class to a regular HTML tag, such
as <li class="substep">. That way, you restrict it only to list items with a
class of substep. In this instance, you can set the stylesheet to
li.substep. One step further, you could restrict the substep to only
numbered lists: ol li.substep, or bulleted lists: ul li.substep.

There's more about list-style-type here:
http://www.w3schools.com/CSS/pr_list-style-type.asp

as well as:
http://www.w3.org/TR/CSS2/generate.html#list-style

Hope this helps!
-=Ed.

> -----Original Message-----
> From: techwr-l-bounces+hamonwry12=hotmail -dot- com -at- lists -dot- techwr-l -dot- com
> [mailto:techwr-l-bounces+hamonwry12=hotmail -dot- com -at- lists -dot- techwr-l -dot- com] On
Behalf
> Of Deborah Hemstreet
> Sent: Tuesday, June 02, 2009 2:19 PM
> To: TECHWR-L
> Subject: Getting nicely formatted lists in RoboHelp HTML (FlashHelp)
output
>
> Hi All.
>
> I had asked before, but did not get an answer, apparently because the
> formatting was stripped from the email, so I will try one more time?
>
> I need to get nicely formatted lists in HTML help. In typical technical
> communication, we have steps substeps, and possibly bulleted lists
> nested underneath, or one line of unbulleted text.
>
> I know how to do this using styles in MS Word - but am now working in
> native HTML in RoboHelp (V7).
>
> I have played with the stylesheet and cannot seem to find what it is I
> need to do for the following:
>
> 1. Get the substeps (a, b, c,) etc indented UNDER the first level number
> (nested).
>
> 2. Get the indents aligned neatly under the numbering
>
> 3. Same for bullets etc.
>
> Thanks in advance for any help you can give. I have searched and
> searched, and don't seem to know the correct search term to find what I
> need.
>
> Deborah
>
> http://www.tech-challenged.com
>
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> ComponentOne Doc-To-Help 2009 is your all-in-one authoring and publishing
> solution. Author in Doc-To-Help's XML-based editor, Microsoft Word or
> HTML and publish to the Web, Help systems or printed manuals.
> http://www.doctohelp.com
>
> Help & Manual 5: The complete help authoring tool for individual
> authors and teams. Professional power, intuitive interface. Write
> once, publish to 8 formats. Multi-user authoring and version control!
> http://www.helpandmanual.com/
>
> ---
> You are currently subscribed to TECHWR-L as hamonwry12 -at- hotmail -dot- com -dot-
>
> To unsubscribe send a blank email to
> techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
> or visit http://lists.techwr-l.com/mailman/options/techwr-
> l/hamonwry12%40hotmail.com
>
>
> To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com
>
> Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
> http://www.techwr-l.com/ for more resources and info.
>
> Please move off-topic discussions to the Chat list, at:
> http://lists.techwr-l.com/mailman/listinfo/techwr-l-chat


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ComponentOne Doc-To-Help 2009 is your all-in-one authoring and publishing
solution. Author in Doc-To-Help's XML-based editor, Microsoft Word or
HTML and publish to the Web, Help systems or printed manuals.
http://www.doctohelp.com

Help & Manual 5: The complete help authoring tool for individual
authors and teams. Professional power, intuitive interface. Write
once, publish to 8 formats. Multi-user authoring and version control! http://www.helpandmanual.com/

---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40web.techwr-l.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/ for more resources and info.

Please move off-topic discussions to the Chat list, at:
http://lists.techwr-l.com/mailman/listinfo/techwr-l-chat


Follow-Ups:

References:
Re: Tech Writing for Social Networks (Twitter, Facebook, etc.): From: Julie Stickler
Re: Tech Writing for Social Networks (Twitter, Facebook, etc.): From: Bill Swallow
Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output: From: Deborah Hemstreet

Previous by Author: Re: GUI Terminology
Next by Author: RE: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
Previous by Thread: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
Next by Thread: Re: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output


What this post helpful? Share it with friends and colleagues:


Sponsored Ads