Mapping bullets from FrameMaker to RoboHelp via TCS
Thanks to Peter Grainge for pointing me toward an Adobe Forum post recently.
Like many, the user was having difficulty matching the RH formatting that they were so happy with in FM.
As I’ve said many times, RH maps content, not formatting. To get specific formatting in HTML, you will likely need to have some css knowledge and a little patience. CSS takes practice. Formatting for linked projects is a specific skill, just like css formatting for mass email, or for cross browser and cross format compatibility.
In this case, the forum participant had gotten most of the tough stuff out of the way. If we compare the css code with the html code that it formats, we see the relationship that exists between the two.
Examples of CSS and HTML representions
p.bullet2 will format <p class="bullet2">
and
li.p-Bullet2 will format <li class="p-Bullet2>
Now you need to look at what your resulting html is after the content in FM is linked to RH and updated.
If you content is using the <p class="Bullet2"> and <li class="p-Bullet2> code, then your css should work fine. Now the question is whether your path to the graphic is correct. Try modifying a property like font color to see if you have control of the formatting. If so, then track down the actual path of your graphic. Then double and triple check your css for the graphic. It looks ok to me, but hey, I'm not on the clock here....
If your html is using different formatting than <p class="Bullet2"> and <li class="p-Bullet2> then you need to modify either your mapping or your css. If your code is using FM_Bullet2 then you don't have it mapped. In fact, any code using FM_ is improperly mapped, and any attempts to format the FM_ tags in any css file will likely fail miserably.
Finally, you also have the option to map your FM tags to html elements using the User Defined HTML Tag option.
This will allow you to map specifically to a CSS definition, rather than a p.classname definition.
Let me know if this works for you.
If you are still having problems, you may want to consider our online mentoring program. We can always have a short online session to fix your mapping and answer other q's you may have. Not quite as satisfying as figuring it out yourself, but likely to be faster and more economical in the long run!
-Matt




connect