OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


David Tolpin wrote:

>> With the FO stylesheets this seems to be getting turned into something 
>> like this:
>>
>> <fo:block id="d4e14589" text-align="left">
> 
>>
>> The alignment gets lost.
> 
> Hi Eliotte,
> 
> It does not.

I think the problem is that a block around an image with 
text-align="left" isn't quite the same thing as an align="left" in an 
HTML img. What we're getting is equivalent to

<div style="text-align: left"><img/></div>
<p>...</p>

However what I need is something equivalent to

<img align="left"/>
<p>...</p>


-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]