Re: FM-> HTML graphics conversion problem

Subject: Re: FM-> HTML graphics conversion problem
From: Carol Hobday <carol -dot- hobday -at- gmail -dot- com>
To: Paul Hanson <twer_lists_all -at- hotmail -dot- com>
Date: Tue, 8 Nov 2011 12:52:09 -0500

Thanks for the input, everyone! Let me clarify what is happening and what I
am trying to do:

Here's what I want:
1. Text formatted with CSS [inline icon] followed by more formatted text.
2. Text formatted with CSS [inline icon] followed by more formatted text.

Here's what I get after the conversion from Frame:
1. Text formatted with CSS [inline icon]
line break followed by unformatted text.
2. Text formatted with CSS [inline icon]
line break followed by unformatted text.

This only happens in list items, not in body text.

We hope to use this process on a large number of documents, and we don't
want to do manual tweaking to make the text look right. Any ideas what is
happening and how I can fix it?

Thanks,
Carol


On Tue, Nov 8, 2011 at 8:57 AM, Paul Hanson <twer_lists_all -at- hotmail -dot- com>wrote:

> Just throwing this out there as an alternate way to code this. In my
> example, the class "picture" would have the same indent as the li style in
> your CSS to make it line up.
>
> The disadvantage (obviously) is that you are essentially manually numbering
> the procedure by using the ol start="N" method. In my situation, when I
> used
> this code, it was a procedure that had not changed in many years so
> confidence was high that I could use this code and not have an issue and
> also very early in my HTML coding days.
>
> <ol>
> <li> Begin with the otherwise blah blah</li>
> <li> Next click on the item in this picture</li>
> </ol>
> <p class="picture"> [Picture]</p>
> <ol start="2">
> <li> You will now get this result</li>
> </ol>
> <p class="picture"> [Picture]</p>
> <ol start="3">
> <li> then you click something else.</li>
> <li> Now we are done. </li>
> </ol>
>
> Paul Hanson
> Senior Technical Writer
> Pearson
>
> -----Original Message-----
> From: techwr-l-bounces+twer_lists_all=hotmail -dot- com -at- lists -dot- techwr-l -dot- com
> [mailto:techwr-l-bounces+twer_lists_all=hotmail -dot- com -at- lists -dot- techwr-l -dot- com] On
> Behalf Of William Sherman
> Sent: Monday, November 07, 2011 3:01 PM
> To: techwr-l -at- lists -dot- techwr-l -dot- com
> Subject: Re: FM-> HTML graphics conversion problem
>
> I've run into that recently with Dreamweaver and SharePoint Designer.
>
> Apparently, the accepted format is not the format I am trying to make or
> intend to use.
>
> You have something like this or intend to have this:
>
> 1. Begin with the otherwise blah blah
> 2. Next click on the item in this picture
> [Picture]
> 3. You will now get this result
> [Picture]
> 4. Then you click something else.
> 5. Now we are done.
>
> What you get is this:
>
> 1. Begin with the otherwise blah blah
> 2. Next click on the item in this picture
> [Picture]
> 1. You will now get this result
> [Picture]
> 1. Then you click something else.
> 2. Now we are done.
>
>
> Where to solve this is in the HTML code, if you have access.
>
>
> This is what you get. Notice the ordered list breaks before the paragraph
> tag. This resets the numbering sequence.
> <ol>
> <li> Begin with the otherwise blah blah</li>
> <li> Next click on the item in this picture </li>
> </ol>
> <p> [Picture]</p>
> <ol>
> <li> You will now get this result </li>
> </ol>
> <p> [Picture]</p>
> <ol>
> <li> then you click something else.</li>
> <li> Now we are done. </li>
> </ol>
>
>
> This is what you want. You need to go in and manually type in the HTML to
> get it this way.
> <ol>
> <li> Begin with the otherwise blah blah</li>
> <li> Next click on the item in this picture
> <p> [Picture]</p>
> </li>
> <li> You will now get this result
> <p> [Picture]</p>
> </li>
> <li> then you click something else.</li>
> <li> Now we are done. </li>
> </ol>
>
> Apparently nesting the paragraphs inside the line item is not considered
> good code, however, it is what gets your picture under the right numbering
> sequence and it gets it indented correctly with the text in the list.
>
>
>
> ----- Original Message -----
> From: "Carol Hobday" <carol -dot- hobday -at- gmail -dot- com>
> To: <techwr-l -at- lists -dot- techwr-l -dot- com>
> Sent: Monday, November 07, 2011 1:32 PM
> Subject: FM-> HTML graphics conversion problem
>
>
> > I'm converting FM source to HTML, and everything is going remarkably well
> > [!] except for one thing: graphics within list-type items. A graphic in
> > the
> > middle of body text is no problem, but with ordered and unordered lists
> > and
> > table text, the line breaks after the graphic and the following text
> loses
> > its formatting.
> >
> > Any idea what's happening here?
> >
> > thanks,
> > Carol
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > Create and publish documentation through multiple channels with
> > Doc-To-Help.
> > Choose your authoring formats and get any output you may need. Try
> > Doc-To-Help, now with MS SharePoint integration, free for 30-days.
> > http://www.doctohelp.com
> >
> > ---
> > You are currently subscribed to TECHWR-L as bsherman77 -at- embarqmail -dot- com -dot-
> >
> > To unsubscribe send a blank email to
> > techwr-l-leave -at- lists -dot- techwr-l -dot- com
> > or visit
> >
>
> http://lists.techwr-l.com/mailman/options/techwr-l/bsherman77%40embarqmail.c
> om
> >
> >
> > 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.techwhirl.com/email-discussion-groups/ for more resources and
> > info.
> >
> > Looking for articles on Technical Communications? Head over to our
> online
>
> > magazine at http://techwhirl.com
> >
> >
> > -----
> > No virus found in this message.
> > Checked by AVG - www.avg.com
> > Version: 2012.0.1869 / Virus Database: 2092/4602 - Release Date: 11/07/11
> >
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Create and publish documentation through multiple channels with
> Doc-To-Help.
> Choose your authoring formats and get any output you may need. Try
> Doc-To-Help, now with MS SharePoint integration, free for 30-days.
> http://www.doctohelp.com
>
> ---
> You are currently subscribed to TECHWR-L as twer_lists_all -at- hotmail -dot- com -dot-
>
> To unsubscribe send a blank email to
> techwr-l-leave -at- lists -dot- techwr-l -dot- com
> or visit
> http://lists.techwr-l.com/mailman/options/techwr-l/twer_lists_all%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.techwhirl.com/email-discussion-groups/ for more resources and
> info.
>
> Looking for articles on Technical Communications? Head over to our online
> magazine at http://techwhirl.com
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Create and publish documentation through multiple channels with
> Doc-To-Help.
> Choose your authoring formats and get any output you may need. Try
> Doc-To-Help, now with MS SharePoint integration, free for 30-days.
> http://www.doctohelp.com
>
> ---
> You are currently subscribed to TECHWR-L as carol -dot- hobday -at- gmail -dot- com -dot-
>
> To unsubscribe send a blank email to
> techwr-l-leave -at- lists -dot- techwr-l -dot- com
> or visit
> http://lists.techwr-l.com/mailman/options/techwr-l/carol.hobday%40gmail.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.techwhirl.com/email-discussion-groups/ for more resources and
> info.
>
> Looking for articles on Technical Communications? Head over to our online
> magazine at http://techwhirl.com
>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create and publish documentation through multiple channels with Doc-To-Help.
Choose your authoring formats and get any output you may need. Try
Doc-To-Help, now with MS SharePoint integration, free for 30-days.
http://www.doctohelp.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-leave -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.techwhirl.com/email-discussion-groups/ for more resources and info.

Looking for articles on Technical Communications? Head over to our online magazine at http://techwhirl.com


References:
FM-> HTML graphics conversion problem: From: Carol Hobday
Re: FM-> HTML graphics conversion problem: From: William Sherman
RE: FM-> HTML graphics conversion problem: From: Paul Hanson

Previous by Author: FM-> HTML graphics conversion problem
Next by Author: Re: Technical writing as a trade; was, RE: Give Me a Clear Thinker (was STC certification: what's in it for tech writers?)
Previous by Thread: RE: FM-> HTML graphics conversion problem
Next by Thread: Looking for a document solution - part 2


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


Sponsored Ads