Skip to main content
Participant
December 14, 2008
Question

Attribute frame="all" in image

  • December 14, 2008
  • 1 reply
  • 728 views
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
This topic has been closed for replies.

1 reply

Participating Frequently
December 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
Participant
October 4, 2019
Same question but for FrameMaker 12 using the FrameMaker XML Author interface. Which rules files do I need to change to change the