Copy link to clipboard
Copied
I can control my linked unstructured tables via table format alignment in FM...
However, when linking structured tables, my tables are preceded by
<?rh-align_start align="right" ?>
Any thoughts?
-Matt
@mattrsullivan
Copy link to clipboard
Copied
I don't know much about structured FM, but I thought you controlled the formatting of your structured content with some EDD or XLST or something... Don't you have to import something like that into RH to handle structured content? I seem to remember seeing posts about importing DITA-maps or something into RH.
Totally out of my depth on this one ;>)
Copy link to clipboard
Copied
You're right...the formatting in a structured doc is generally handled with an EDD.
However, to map into RH, you need to have paragraph tags, which means the EDD calls out the tag used on the content, and then that tag is mapped to the CSS in RH. (Still with me???)
<rant>RH need to be able to map to elements and not just paragraph styles. RH needs to be an XML editor. RH needs a better DITA solution</rant>
UPDATE: It seems the application of the FrameMaker template in the conversion forces the <?rh> formatting. If I remove the conversion template, then the formatting from the FM document applies. Unfortunately, when applying the FramaMaker template, I am unable to control the table alignment from the template file.
It appears for now that I'll have to avoid applying the FrameMaker template with my linking process.
Copy link to clipboard
Copied
Cool beans! Learn something new every day ;>)