Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 21 Mapping text formats to HTML/XML > 21.3 Mapping paragraph formats > 21.3.4 Including text-frame content in line
If your FrameMaker document includes text frames inside anchored frames (for example, for sidebars or notes), you might want the text in those frames to appear in line with the main flow in HTML.
To include text-frame content in line:
; TextFrameIsText is applied to an anchor para format to cause
; anchored frames containing a text frame to be rendered as in-line
AnchorParaFmt = TextFrameIsText
Use TextFrameIsText
to include the content of a separate FrameMaker text frame (a text frame
within an anchored frame) directly in line with the body text where the
frame is anchored. Assign TextFrameIsText
to
the paragraph format that contains the anchor. If you are using a dedicated
paragraph format for anchors, also assign NoPara
and NoTags
to the format
(see §21.3.6 Stripping paragraph properties)
to eliminate the empty anchor paragraph. For example:
SideBarAnchor = TextFrameIsText NoPara NoTags