Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Attribute frame="all" in image

New Here ,
Dec 14, 2008 Dec 14, 2008
Hello,

When I save dita topic, FM automatically inserts attribute frame="all" for all image elements. Somebody knows how to specify to FM not to do it?

With kind regards,

Andre
TOPICS
Structured
730
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 14, 2008 Dec 14, 2008
Hi Andre...

I'm assuming that you mean it adds this to the fig element? You can add the following to your rules file ..

element "fig"
{
attribute "frame" drop;
}

If you're using the default FM8 DITA apps, the rules file is at ..

FrameMaker8\Structure\xml\DITA\app\DITA-Topic-FM\topic.rules.txt

You'll also want to make the same change to the Book app rules file as well.

Cheers,

...scott
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 04, 2019 Oct 04, 2019
LATEST
Same question but for FrameMaker 12 using the FrameMaker XML Author interface. Which rules files do I need to change to change the
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines