Re: [docbook-apps] Image alignment in FO output

From
David Tolpin <>
Date
2006-04-20T17:46:38+00:00
ID
Thread
Re: [docbook-apps] Image alignment in FO output
>> It does not.
>
>
> <img align="left"/>
> <p>...</p>


Eliotte,

I seem to have forgotten what that means in HTML, but it is probably  
a left side float. If it is, then it is

<float float="left">
   <external-graphic/>
</float>

In FO.

David