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

Subject: Re: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
From: Deborah Hemstreet <dvora -at- tech-challenged -dot- com>
To: Ed <hamonwry12 -at- hotmail -dot- com>
Date: Tue, 02 Jun 2009 16:04:54 -0400

Hi Ed,

I've found my problem - everything looks great in IE7, but not in Firefox.

Do you have any idea what code I need to add to my styesheet or
template, so that the indents are handled well in FireFox as well?

Thanks

Deborah

Ed wrote:
>
> Ah, all the hard work is done! What you need to do now is define
> "step2manual" in your stylesheet, as a class:
>
>
>
> .p-Step2Manual, Step2Manual {
>
> Margin-left:24px;
>
> /* insert the rest of the style information here, always end style
> declarations with a semi-colon */
>
> }
>
>
>
> Having both styles separated by a comma means they both can use the
> style definition.
>
>
>
> If you can control the HTML, make sure you place quotes around the
> class names, i.e. <li class="p-Step2Manual">.
>
> -=Ed.
>
>
>
> *From:* Deborah Hemstreet [mailto:dvora -at- tech-challenged -dot- com]
> *Sent:* Tuesday, June 02, 2009 3:45 PM
> *To:* Ed
> *Cc:* 'TECHWR-L'
> *Subject:* Re: Getting nicely formatted lists in RoboHelp HTML
> (FlashHelp) output
>
>
>
> Thanks Ed,
>
> I'm playing with this and here is my problem:
>
> I have an imported style which is coming out correctly:
>
> <li class=p-Step2Manual><p class=Step2Manual style="margin-left: 24px;">
>
> I'm just not sure how to get this into the Style Sheet...
>
> Thanks!
>
> Deborah
>
>
>
>
>
> Ed wrote:
>
> 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>
>
> [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 <mailto:hamonwry12 -at- hotmail -dot- com>.
>
>
>
> To unsubscribe send a blank email to
>
> techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com <mailto: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 <mailto:techwr-l-join -at- lists -dot- techwr-l -dot- com>
>
>
>
> Send administrative questions to admin -at- techwr-l -dot- com <mailto:admin -at- techwr-l -dot- com>. 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
RE: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output: From: Ed
Re: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output: From: Deborah Hemstreet
RE: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output: From: Ed

Previous by Author: Re: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
Next by Author: Solved: Getting nicely formatted lists in RoboHelp HTML (FlashHelp) output
Previous by Thread: RE: 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