I'd like to add that tabs are considered whitespace in XML. Tabs as in
Word can't be used in XSL-FO.

from the XML spec:
> (white space) consists of one or more space (#x20) characters, carriage
> returns, line feeds, or tabs.

On 10.04.2003 20:30:40 Partridge, Michael wrote:
> I would suggest using
>  
> <fo:block start-indent="n"> <!-- where n is your indent -->
>   <!-- content1 -->
> </fo:block>
> <fo:block start-indent="n"> <!-- where n is your indent -->
>   <!-- content2 -->
> </fo:block>
>  
> If you want to indent a table, I think the easiest way is to make an empty 
> column at the edge.
>  
> Mike
>  
> -----Original Message----- 
> From: Zmitko, Jan [mailto:[EMAIL PROTECTED] 
> Sent: Thu 4/10/2003 10:47 AM 
> To: [EMAIL PROTECTED] 
> Cc: 
> Subject: tab set
> 
> 
> 
>       Hello,
>       
>       is it possible to set a tab within a block or another elemnt. I want to
>       indent text, which is in two lines. The indent Text have to start a the 
> same
>       position in both lines. Insert &#160; does not help, because there is 
> always
>       displacement depentent of the letter before.


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to