Re: DOCBOOK-APPS: Textobject and Alt tag

From
Eave Oawson
Date
2002-08-21T17:43:24+00:00
ID
Thread
Re: DOCBOOK-APPS: Textobject and Alt tag
At 07:03 21/08/2002, Lars Bj鷨ndal wrote:
>The textobject is not rendered at all, what is wrong? I want it to be
>rendered as an alt tag!

        <figure float="0" id="fig805">
          <title>The impact of precedence on inter-paragraph spacing</title>
 <mediaobject>
      <imageobject>
        <imagedata  fileref="images/fig8-5.png" format="PNG"/>
      </imageobject>
      <textobject>
        <phrase>The effect of precedence is to enforce the larger space</phrase>
      </textobject>
      <caption>
        <para>Forcing inter-paragraph spacing</para></caption>
    </mediaobject></figure>

Works well for me.

Alt tag has the html pop up in ie6.

HTH DaveP