Handling Anchored frame with text frame for HTML export - how do I?
Hello,
I created a framemaker document with the following content:
Heading
Body text before frame
First line of text frame in anchored frame Last line of text frame in anchored frame |
After Frame
When I export it to HTML ("Save as" -> HTML) the contents of the anchored frame are converted into an image. The following is the code I get (leaving out the HTML headers) - note the IMG:
<TITLE>Heading</TITLE></HEAD>
<BODY>
<DIV>
<H2 class="Heading1">
<A NAME="pgfId-473591"></A>Heading</H2>
<P class="Body">
<A NAME="pgfId-929642"></A>Body text before frame</P>
<P class="Body">
<A NAME="pgfId-929663"></A> </P>
<DIV>
<MAP NAME="Test_Export-1">
</MAP>
<IMG SRC="Test_Export-1.gif" USEMAP="#Test_Export-1" ALT="">
</DIV>
<P class="Body">
<A NAME="pgfId-929653"></A>After Frame</P>
</DIV>
</BODY>
Framemaker is also generating the Test_Export-1.gif image - with the contents of the frame. How do I instead export the contents of the text frame directly in HTML (either inside a single celled table or just inline with the text)?
I'm a beginner in using Framemaker - so please forgive if I'm missing something very basic. Thanks for any help!
Regards,
Karthick
