Question
Styling numbered lists and image import when importing from FrameMaker doc -- how to keep .fm fidelity??
Greetings,
Having a number of problems getting 50-160 page .fm documents into RoboHelp.
Right now I've been importing the whole .fm file into a separate folder, then copying and pasting from there into individual topics. I've tried the style mapping and topic breaking feature -- it soo totally does not work -- and, I don't particularly care.
What I do care about is maintaining the formatting created in the .fm document, or at least getting a functional equivalent in the HTML. Nothing earth shaking here, just a numbered outline format with the text indented a bit rightward from the numeral, and an image aligned with the text.
First problem is getting RH to use the .css which is generated (or imported?) when the .fm file is imported -- for all new topics. Right now I'm just deleting every other .css file and assigning the remaining one to topic template.
The main problem: the import introduces all manner of non-breaking spaces in the HTML, especially around the beginning of each outline paragraph (which are NOT in the .fm doc), and worse, refuses to align the image with the (slightly indented) text on the left.
I notice in the .css there are two tags of the same name, one for the paragraph and another for the list item, i.e.,
p.FM_NumberedList {
margin-right: 0.000pt;
text-align: left;
margin-top: 6.000pt;
margin-bottom: 0.000pt;
word-spacing: 0.250em;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 10.0pt;
color: #000000;
letter-spacing: 0.00em;
text-indent: -0.25in;
margin-left: 18pt;
text-decoration: none;
}
LI.p-FM_NumberedList {
text-align: left;
word-spacing: 0.250em;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 10.0pt;
color: #000000;
letter-spacing: 0.00em;
text-indent: -0.25in;
text-decoration: none;
}
But only the paragraph style appears in the interface. The image below the numbered text has the same paragraph style as the text. The image also has a border, so I see where it ends. Yet it refuses to align with the text, no matter what I do.
Any idea what is going on, how to get these styles in shape so images align?
Another major problem, many of the images simply do not appear in RH. A blank placeholder appears instead, though the file name is listed in the image properties in the same location as the images which do appear.
I need a procedure I can apply to a number of RH projects importing from FrameMaker.
regards,
stevenjs
________________________________
"I am but an egg."
--Stranger in a Strange Land Text
Having a number of problems getting 50-160 page .fm documents into RoboHelp.
Right now I've been importing the whole .fm file into a separate folder, then copying and pasting from there into individual topics. I've tried the style mapping and topic breaking feature -- it soo totally does not work -- and, I don't particularly care.
What I do care about is maintaining the formatting created in the .fm document, or at least getting a functional equivalent in the HTML. Nothing earth shaking here, just a numbered outline format with the text indented a bit rightward from the numeral, and an image aligned with the text.
First problem is getting RH to use the .css which is generated (or imported?) when the .fm file is imported -- for all new topics. Right now I'm just deleting every other .css file and assigning the remaining one to topic template.
The main problem: the import introduces all manner of non-breaking spaces in the HTML, especially around the beginning of each outline paragraph (which are NOT in the .fm doc), and worse, refuses to align the image with the (slightly indented) text on the left.
I notice in the .css there are two tags of the same name, one for the paragraph and another for the list item, i.e.,
p.FM_NumberedList {
margin-right: 0.000pt;
text-align: left;
margin-top: 6.000pt;
margin-bottom: 0.000pt;
word-spacing: 0.250em;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 10.0pt;
color: #000000;
letter-spacing: 0.00em;
text-indent: -0.25in;
margin-left: 18pt;
text-decoration: none;
}
LI.p-FM_NumberedList {
text-align: left;
word-spacing: 0.250em;
font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 10.0pt;
color: #000000;
letter-spacing: 0.00em;
text-indent: -0.25in;
text-decoration: none;
}
But only the paragraph style appears in the interface. The image below the numbered text has the same paragraph style as the text. The image also has a border, so I see where it ends. Yet it refuses to align with the text, no matter what I do.
Any idea what is going on, how to get these styles in shape so images align?
Another major problem, many of the images simply do not appear in RH. A blank placeholder appears instead, though the file name is listed in the image properties in the same location as the images which do appear.
I need a procedure I can apply to a number of RH projects importing from FrameMaker.
regards,
stevenjs
________________________________
"I am but an egg."
--Stranger in a Strange Land Text