i've a problem inserting an image into a mif text file.
In the example below i write a very simple mif with a line of text and
it work fine:
<MIFFile 8.00>
<Para
<ParaLine <String `Hallo word'> >
>
Then i would insert an image alfter (at bottom of) the paragraf:
<MIFFile 8.00>
<Para
<ParaLine <String `Hallo word'> >
>
<ImportObject
<ImportObFileDI `<c\>tif<c\>test.tif'>
<ImportObFile `tif/test.tif'>
>
When FrameMaker open this second mif file it return me an error:
"Object ignored; must come before <TextFlow> statements.".
How can i insert an image after a paragrafh without specifing its x, y
position and page position?
Thanks to everyone
Paul