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

Attribute frame="all" in image

New Here ,
Dec 14, 2008 Dec 14, 2008

Copy link to clipboard

Copied

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

Views

540

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST
Same question but for FrameMaker 12 using the FrameMaker XML Author interface. Which rules files do I need to change to change the

Votes

Translate

Translate

Report

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