This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Re: Problem with FO and HTML Output on address


I replaced the address element with <literallayout> such as :

    <sect2>
        <title>Informations utiles</title>
        <literallayout>
        AFAS
        Chez Bochet
        F-74500 Saint-Paul-en-Chablais
        FRANCE
        infos@afas-fr.org
        </literallayout>
    </sect2>

but the same problems occur :
1. the address is always aligned on the right of the page
2. if there's a space in a line (for example "Chez Bochet" in the second
line) this space is multiplied in the output (it gives something like
"Chez         Bouchet").



Le jeudi 18 décembre 2003, à 2:34, Sean Wheller a écrit:

>----- Original Message -----
>From: "Sylvain Perchaud"
><sylvain@europe-shareware.org>
>To: "Sean Wheller" <seanwhe@yahoo.com>
>Sent: Wednesday, December 17, 2003 7:12 PM
>Subject: a docbook question
>
>
>> Hello Sean,
>>
>>
>> I'm new to Docbook and I'm facing a page layout
>problem with the
>> <address>  element.
>>
>> With the following structure :
>>
>>     <sect2>
>>         <title>Informations utiles</title>
>>         <address>
>>             AFAS
>>             <street>Chez Bochet</street>
>>             <postcode>F-74500</postcode>,
><city>Saint-Paul-en-Chablais</city>
>>             <country>FRANCE</country>
>>             <email>infos@afas-fr.org</email>
>>         </address>
>>     </sect2>
>>
>> I face two problems in the output :
>>
>> 1. the address is always aligned on the right of the
>page
>> 2. if there's a space in an entry (for example "Chez
>Bochet" inside the
>> <street> element) this space is multiplied in the
>output (it gives
>> something like "Chez         Bouchet").
>>
>>
>> Do you know what I can do ?
>
>
>__________________________________
>Do you Yahoo!?
>New Yahoo! Photos - easier uploading and sharing.
>http://photos.yahoo.com/
>

--
Sylvain Perchaud
Tel : +33 (0) 674 758 551
http://www.europe-shareware.org


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]