Re: [docbook-apps] Re: RTL/LTR directional tags

From
Kamal Dalal <>
Date
2004-02-16T14:03:59+00:00
ID
Thread
Re: [docbook-apps] Re: RTL/LTR directional tags
Mohammed Elzubeir wrote:
> On Mon, 2004-02-16 at 14:31, Kamal Dalal wrote:
> 
>>Mohammed,
>>
>>You may want to try setting RTL/LTR through CSS instead.
>>
> 
> 
> Like I said, give me a minimalistic example of how. You are re-sending
> this to tease me? ;)
> 
> Regards

AFAIK I did not resend anything.

If your final target is HTML then the following CSS line will take care 
of the text direction :


HTML { direction : rtl; }

This is not Docbook specific, and you said earlier that we are not 
talking HTML here, so I may be off track here.

Kamal